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>
This commit is contained in:
Ale Abdo 2023-12-05 00:18:46 +01:00 committed by Clément Lassieur
parent ea785c2bb8
commit 2416cebc75
No known key found for this signature in database
GPG key ID: 89F96D4808F359C7

View file

@ -727,7 +727,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
@ -735,7 +735,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