all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67634] [PATCH] gnu: python-graph-tool: Update to 2.58.
@ 2023-12-04 23:22 Alexandre Hannud Abdo
  0 siblings, 0 replies; only message in thread
From: Alexandre Hannud Abdo @ 2023-12-04 23:22 UTC (permalink / raw)
  To: 67634


[-- Attachment #1.1.1: Type: text/plain, Size: 1019 bytes --]


* gnu/packages/graph.scm (python-graph-tool): Update to 2.58.
---
  gnu/packages/graph.scm | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index a40b580417..d2361fada2 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -685,7 +685,7 @@ (define-public mscgen
  (define-public python-graph-tool
    (package
      (name "python-graph-tool")
-    (version "2.57")
+    (version "2.58")
      (source (origin
                (method url-fetch)
                (uri (string-append
@@ -693,7 +693,7 @@ (define-public python-graph-tool
                      version ".tar.bz2"))
                (sha256
                 (base32
-                "0wmvzx509lvigja6cfxh45r4b7wns64vmik0x4rz4y4fnxrhw2m2"))))
+                "05vsk2600wn790hk7gr2f0609bzcslyhhv9x157n43vxy4y6r8vj"))))
      (build-system gnu-build-system)
      (arguments
       `(#:imported-modules (,@%gnu-build-system-modules
-- 
2.41.0


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3219 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 665 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-04 23:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04 23:22 [bug#67634] [PATCH] gnu: python-graph-tool: Update to 2.58 Alexandre Hannud Abdo

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.