[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68790] [PATCH 4/9] gnu: maeparser: Update to 1.3.1.
From: |
David Elsing |
Subject: |
[bug#68790] [PATCH 4/9] gnu: maeparser: Update to 1.3.1. |
Date: |
Sun, 28 Jan 2024 23:01:57 +0000 |
* gnu/packages/chemistry.scm (maeparser): Update to 1.3.1.
---
gnu/packages/chemistry.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
index 5129470e1e..9086d659cc 100644
--- a/gnu/packages/chemistry.scm
+++ b/gnu/packages/chemistry.scm
@@ -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")
--
2.41.0
- [bug#68790] [PATCH 0/9] Update rdkit and its dependencies, David Elsing, 2024/01/28
- [bug#68790] [PATCH 1/9] gnu: tinydir: Update to 1.2.6., David Elsing, 2024/01/28
- [bug#68790] [PATCH 4/9] gnu: maeparser: Update to 1.3.1.,
David Elsing <=
- [bug#68790] [PATCH 3/9] gnu: gemmi: Update to 0.6.4., David Elsing, 2024/01/28
- [bug#68790] [PATCH 2/9] gnu: fast-float: Update to 6.0.0., David Elsing, 2024/01/28
- [bug#68790] [PATCH 6/9] gnu: yaehmop: Update to 2023.03.1., David Elsing, 2024/01/28
- [bug#68790] [PATCH 5/9] gnu: coordgenlibs: Update to 3.0.2., David Elsing, 2024/01/28
- [bug#68790] [PATCH 7/9] gnu: avalon-toolkit: Update to 2.0.5a., David Elsing, 2024/01/28
- [bug#68790] [PATCH 8/9] gnu: freesasa: Fix memerr tests., David Elsing, 2024/01/28
- [bug#68790] [PATCH 9/9] gnu: rdkit: Update to 2023.09.4., David Elsing, 2024/01/28