all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10
@ 2023-02-13 13:03 Philippe SWARTVAGHER
  2023-02-15 11:50 ` zimoun
  2023-02-15 16:19 ` Philippe SWARTVAGHER
  0 siblings, 2 replies; 10+ messages in thread
From: Philippe SWARTVAGHER @ 2023-02-13 13:03 UTC (permalink / raw)
  To: 61477; +Cc: Philippe SWARTVAGHER

* 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: 5b1eab43f011983d9ee560d6935409b6b39706ff
-- 
2.30.2




^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-02-20 13:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-13 13:03 [bug#61477] [PATCH] gnu: python-pygraphviz: Update to 1.10 Philippe SWARTVAGHER
2023-02-15 11:50 ` zimoun
2023-02-15 16:24   ` Christopher Baines
2023-02-16 11:31     ` zimoun
2023-02-17 16:47       ` Christopher Baines
2023-02-17 17:05         ` Simon Tournier
2023-02-15 16:19 ` Philippe SWARTVAGHER
2023-02-15 16:19   ` Philippe SWARTVAGHER
2023-02-20 13:05     ` bug#61477: " Nicolas Goaziou
2023-02-16  9:49   ` [bug#61477] " Simon Tournier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.