From fa3d3a0343f22e0b0c69e9d0343274e7574876ed Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Tue, 2 Sep 2025 11:31:50 +0200 Subject: [PATCH] gnu: python-clorm: Update to 1.6.1. * gnu/packages/potassco.scm (python-clorm): Update to 1.6.1. --- 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 b344eb70768f0ce0dfd1b604e07f280f842417c9..f8d45992e4d4571539d310f5c466128cc39836e9 100644 --- a/gnu/packages/potassco.scm +++ b/gnu/packages/potassco.scm @@ -625,7 +625,7 @@ are already predefined, but more can be added as logic programs.") (define-public python-clorm (package (name "python-clorm") - (version "1.5.0") + (version "1.6.1") (source (origin (method git-fetch) (uri (git-reference @@ -634,7 +634,7 @@ are already predefined, but more can be added as logic programs.") (file-name (git-file-name name version)) (sha256 (base32 - "1wbxniq60ph7bdaypcaahym7jxmlnm2zhrfmrgrk441i1iaida24")))) + "03a7kcyilpvvd6i6njh67vy3zhb3yzi55fhgnffg15j3zflww6fy")))) (build-system pyproject-build-system) (arguments (list #:phases