diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-02-24 08:58:52 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-03-02 08:00:14 +0100 |
commit | 9c2c2f4fe4c8fd3ac31b9aed36e6386a5fe6f7d0 (patch) | |
tree | bd263e459162b25158bd1dfc9d012f4b9e5cde5c /gnu | |
parent | 54e122c13dc30ff820f9eb0f3e028c21ee1e911c (diff) | |
download | guix-9c2c2f4fe4c8fd3ac31b9aed36e6386a5fe6f7d0.tar.gz |
gnu: python-clorm: Update to 1.5.0.
* gnu/packages/potassco.scm (python-clorm): Update to 1.5.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/potassco.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm index e1dbaefa98..a9dc34f0d4 100644 --- a/gnu/packages/potassco.scm +++ b/gnu/packages/potassco.scm @@ -447,7 +447,7 @@ directly from the python command line."))) (define-public python-clorm (package (name "python-clorm") - (version "1.4.1") + (version "1.5.0") (source (origin (method git-fetch) (uri (git-reference @@ -456,7 +456,7 @@ directly from the python command line."))) (file-name (git-file-name name version)) (sha256 (base32 - "0jx99y71mrgdicn1da5dwz5nzgvvpabrikff783sg4shbv2cf0b5")))) + "1wbxniq60ph7bdaypcaahym7jxmlnm2zhrfmrgrk441i1iaida24")))) (build-system pyproject-build-system) (arguments (list #:phases |