guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: python-graph-tool: Update to 2.46.


From: guix-commits
Subject: 04/05: gnu: python-graph-tool: Update to 2.46.
Date: Mon, 13 Mar 2023 16:37:30 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit f04a52313783b25b2764b0d18886b0b9478a218a
Author: Ale Abdo <abdo@member.fsf.org>
AuthorDate: Wed Mar 1 11:32:56 2023 +0100

    gnu: python-graph-tool: Update to 2.46.
    
    * gnu/packages/graph.scm (python-graph-tool): Update to 2.46.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 104fe07b58..62a5a400d2 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -605,7 +605,7 @@ transformed into common image formats for display or 
printing.")
 (define-public python-graph-tool
   (package
     (name "python-graph-tool")
-    (version "2.45")
+    (version "2.46")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -613,7 +613,7 @@ transformed into common image formats for display or 
printing.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "0s46qqg454kwq2px7x1a4ckryclkxnrz1r7gj6bv40nsrynafbgr"))))
+                "0x9jgnq9xcja3q954y7nhdzd374p4h203pymxh51b6lqqbq0hm9h"))))
     (build-system gnu-build-system)
     (arguments
      `(#:imported-modules (,@%gnu-build-system-modules



reply via email to

[Prev in Thread] Current Thread [Next in Thread]