guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fa3d3a0343f22e0b0c69e9d0343274e7574876ed
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Tue Sep 2 11:31:50 2025 +0200

    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 b344eb7076..f8d45992e4 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

Reply via email to