guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 52278f2727cc0a15403c5ffec8605b3f0cd09e37
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Aug 20 15:34:58 2026 +0200
gnu: python-clingexplaid: Update to 1.4.0.
* gnu/packages/potassco.scm (python-clingexplaid): Update to 1.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 567308ebcc..a7eb7896cc 100644
--- a/gnu/packages/potassco.scm
+++ b/gnu/packages/potassco.scm
@@ -834,7 +834,7 @@ certain.")
(define-public python-clingexplaid
(package
(name "python-clingexplaid")
- (version "1.3.3")
+ (version "1.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -842,7 +842,7 @@ certain.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
"1cjk825kh7yav036i2wf3ymj2j5z22vafdgjzg1m4sx3s55y68la"))))
+ (base32
"0awdphcmjls3n6srh2sj83g54gyqbf8fwc496giq7n3kjah70iwj"))))
(build-system pyproject-build-system)
(arguments
(list #:test-flags #~(list "-k" "not test_main")