From 9c2c2f4fe4c8fd3ac31b9aed36e6386a5fe6f7d0 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 24 Feb 2024 08:58:52 +0100 Subject: [PATCH] gnu: python-clorm: Update to 1.5.0. * gnu/packages/potassco.scm (python-clorm): Update to 1.5.0. --- gnu/packages/potassco.scm | 4 ++-- 1 file 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