guix_mirror_bot pushed a commit to branch master
in repository guix.

commit dfff8eaa74ffe26cdd1a0750ff3d5011204d7ef2
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Aug 20 15:34:51 2026 +0200

    gnu: python-clintest: Update to 0.5.0.
    
    * gnu/packages/potassco.scm (python-clintest): Update to 0.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 aeb407ce57..567308ebcc 100644
--- a/gnu/packages/potassco.scm
+++ b/gnu/packages/potassco.scm
@@ -809,7 +809,7 @@ which allows user interfaces to be specified entirely as a 
logic program.")
 (define-public python-clintest
   (package
     (name "python-clintest")
-    (version "0.4.0")
+    (version "0.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -818,7 +818,7 @@ which allows user interfaces to be specified entirely as a 
logic program.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0lnyajr4y4s7lmr8dyv3gcy0hnl2w4215ma0pljkfg50gljbi62h"))))
+                "1g23j4nbhpf5lnbjz4i34ihhzb76b4a2jiwdzapxyvnv4h4krafa"))))
     (build-system pyproject-build-system)
     (propagated-inputs (list python-clingo))
     (native-inputs (list python-pytest python-setuptools python-wheel))

Reply via email to