GNU bug report logs - #61477
[PATCH] gnu: python-pygraphviz: Update to 1.10

Previous Next

Package: guix-patches;

Reported by: Philippe SWARTVAGHER <swartvagher <at> par.tuwien.ac.at>

Date: Mon, 13 Feb 2023 14:35:03 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Philippe SWARTVAGHER <swartvagher <at> par.tuwien.ac.at>
To: <61477 <at> debbugs.gnu.org>
Cc: Philippe SWARTVAGHER <swartvagher <at> par.tuwien.ac.at>
Subject: [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10.
Date: Wed, 15 Feb 2023 17:19:51 +0100
* gnu/packages/graphviz.scm (python-pygraphviz): Update to 1.10.
---
 gnu/packages/graphviz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 7c2cb1eae0..1691658576 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -213,7 +213,7 @@ (define-public python-graphviz
 (define-public python-pygraphviz
   (package
     (name "python-pygraphviz")
-    (version "1.7")
+    (version "1.10")
     (source
      (origin
        (method git-fetch)
@@ -223,7 +223,7 @@ (define-public python-pygraphviz
        (file-name (string-append "pygraphviz-" version "-checkout"))
        (sha256
         (base32
-         "0jqc3dzy9n0hn3b99zq8jp53901zpjzvvi5ns5mbaxg8kdrb1lfx"))))
+         "1yrzjp5n86ynlj32p5dj1aj67md6bzkk8hac74j5y3mbl94m259g"))))
     (build-system python-build-system)
     (inputs
      (list graphviz))

base-commit: b4d2670771b8c2b9c4aedbef0371f1d23197d209
-- 
2.30.2




This bug report was last modified 2 years and 87 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.