mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -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
|
(define-public python-graph-tool
|
||||||
(package
|
(package
|
||||||
(name "python-graph-tool")
|
(name "python-graph-tool")
|
||||||
(version "2.57")
|
(version "2.58")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -735,7 +735,7 @@ (define-public python-graph-tool
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wmvzx509lvigja6cfxh45r4b7wns64vmik0x4rz4y4fnxrhw2m2"))))
|
"05vsk2600wn790hk7gr2f0609bzcslyhhv9x157n43vxy4y6r8vj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:imported-modules (,@%gnu-build-system-modules
|
`(#:imported-modules (,@%gnu-build-system-modules
|
||||||
|
|
Loading…
Reference in a new issue