mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: python-graph-tool: Update to 2.45.
* gnu/packages/graph.scm (python-graph-tool): Update to 2.45. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9100acb6fb
commit
b4e74f875f
1 changed files with 2 additions and 2 deletions
|
@ -616,7 +616,7 @@ (define-public mscgen
|
|||
(define-public python-graph-tool
|
||||
(package
|
||||
(name "python-graph-tool")
|
||||
(version "2.43")
|
||||
(version "2.45")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -624,7 +624,7 @@ (define-public python-graph-tool
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0v58in4rwk9fhjarjw6xfxpx5zz2z13sy3yvd14b5kr0884yw6sz"))))
|
||||
"0s46qqg454kwq2px7x1a4ckryclkxnrz1r7gj6bv40nsrynafbgr"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:imported-modules (,@%gnu-build-system-modules
|
||||
|
|
Loading…
Reference in a new issue