rekado pushed a commit to branch wip-python-science
in repository guix.

commit adadc605fe4690f154573e9c936d6b95623cc256
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Jan 15 17:31:20 2024 +0100

    gnu: python-clingraph: Update to 1.1.2.
    
    * gnu/packages/potassco.scm (python-clingraph): Update to 1.1.2.
    
    Change-Id: I5910853d39389ff9ad981543204fd8ef1445e495
---
 gnu/packages/potassco.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm
index e69bfda9d6..f2ee27db99 100644
--- a/gnu/packages/potassco.scm
+++ b/gnu/packages/potassco.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2022, 2023 Liliana Marie Prikler <[email protected]>
 ;;; Copyright © 2023 Simon Tournier <[email protected]>
 ;;; Copyright © 2023 David Elsing <[email protected]>
+;;; Copyright © 2024 Ricardo Wurmus <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -429,7 +430,7 @@ logic programs based on clingo.")
 (define-public python-clingraph
   (package
     (name "python-clingraph")
-    (version "1.1.0")
+    (version "1.1.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -438,7 +439,7 @@ logic programs based on clingo.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0bdhli20nw9qnyxmpisgz7m97d7bwx6lbmxy9bgqvm6mipprnv3n"))))
+                "16q54rkwr84byzy27795rl9z08kcyxsg7lfk017yr8p5axh9a9rr"))))
     (build-system pyproject-build-system)
     (inputs (list dot2tex graphviz))
     (propagated-inputs (list python-clingo

Reply via email to