mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
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:
parent
ea785c2bb8
commit
2416cebc75
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue