mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: maeparser: Update to 1.3.1.
* gnu/packages/chemistry.scm (maeparser): Update to 1.3.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
01ec7c3883
commit
6ab278b2e7
1 changed files with 2 additions and 2 deletions
|
@ -765,7 +765,7 @@ (define-public freesasa
|
|||
(define-public maeparser
|
||||
(package
|
||||
(name "maeparser")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -774,7 +774,7 @@ (define-public maeparser
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yv4y5hn49fhylziigsg922bb244lb57p69r7vg9q899zd3l5b7l"))))
|
||||
"0mr5glg4br04ql5grby8yqni9fqq1l1cc75wyc159a1b9lwr7q7r"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs (list boost zlib))
|
||||
(home-page "https://github.com/schrodinger/maeparser")
|
||||
|
|
Loading…
Reference in a new issue