guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-graph-tool: Update to 2.58.


From: guix-commits
Subject: branch master updated: gnu: python-graph-tool: Update to 2.58.
Date: Fri, 12 Jan 2024 12:48:29 -0500

This is an automated email from the git hooks/post-receive script.

snape pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2416cebc75 gnu: python-graph-tool: Update to 2.58.
2416cebc75 is described below

commit 2416cebc75bcc91e023accd7c86f7fb7a1410bfb
Author: Ale Abdo <abdo@member.fsf.org>
AuthorDate: Tue Dec 5 00:18:46 2023 +0100

    gnu: python-graph-tool: Update to 2.58.
    
    * gnu/packages/graph.scm (python-graph-tool): Update to 2.58.
    
    Signed-off-by: Clément Lassieur <clement@lassieur.org>
---
 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 26b9d03a73..0424c2818a 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -727,7 +727,7 @@ transformed into common image formats for display or 
printing.")
 (define-public python-graph-tool
   (package
     (name "python-graph-tool")
-    (version "2.57")
+    (version "2.58")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -735,7 +735,7 @@ transformed into common image formats for display or 
printing.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "0wmvzx509lvigja6cfxh45r4b7wns64vmik0x4rz4y4fnxrhw2m2"))))
+                "05vsk2600wn790hk7gr2f0609bzcslyhhv9x157n43vxy4y6r8vj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:imported-modules (,@%gnu-build-system-modules



reply via email to

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