gnu: python-clorm: Update to 1.5.0.

* gnu/packages/potassco.scm (python-clorm): Update to 1.5.0.
This commit is contained in:
Liliana Marie Prikler 2024-02-24 08:58:52 +01:00
parent 54e122c13d
commit 9c2c2f4fe4
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -447,7 +447,7 @@ directly from the python command line.")))
(define-public python-clorm (define-public python-clorm
(package (package
(name "python-clorm") (name "python-clorm")
(version "1.4.1") (version "1.5.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -456,7 +456,7 @@ directly from the python command line.")))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0jx99y71mrgdicn1da5dwz5nzgvvpabrikff783sg4shbv2cf0b5")))) "1wbxniq60ph7bdaypcaahym7jxmlnm2zhrfmrgrk441i1iaida24"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list #:phases (list #:phases