guix_mirror_bot pushed a commit to branch master
in repository guix.
commit fd4aacf9749013609e26cc180c7d26ef1ad83875
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Tue Sep 2 11:32:09 2025 +0200
gnu: python-clintest: Update to 0.4.0.
* gnu/packages/potassco.scm (python-clintest): Update to 0.4.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 f8d45992e4..0324cc62cf 100644
--- a/gnu/packages/potassco.scm
+++ b/gnu/packages/potassco.scm
@@ -801,7 +801,7 @@ which allows user interfaces to be specified entirely as a
logic program.")
(define-public python-clintest
(package
(name "python-clintest")
- (version "0.3.0")
+ (version "0.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -810,7 +810,7 @@ which allows user interfaces to be specified entirely as a
logic program.")
(file-name (git-file-name name version))
(sha256
(base32
- "1k8y3pm3w81n2appfl98drv1hpgjjqi2hxb1aa52y2m831lir38s"))))
+ "0lnyajr4y4s7lmr8dyv3gcy0hnl2w4215ma0pljkfg50gljbi62h"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-clingo))
(native-inputs (list python-pytest python-setuptools python-wheel))