me
/
guix
Archived
1
0
Fork 0

gnu: python-graph-tool: Update to 2.46.

* gnu/packages/graph.scm (python-graph-tool): Update to 2.46.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Ale Abdo 2023-03-01 11:32:56 +01:00 committed by Christopher Baines
parent e5cc1fffba
commit f04a523137
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -605,7 +605,7 @@ transformed into common image formats for display or printing.")
(define-public python-graph-tool
(package
(name "python-graph-tool")
(version "2.45")
(version "2.46")
(source (origin
(method url-fetch)
(uri (string-append
@ -613,7 +613,7 @@ transformed into common image formats for display or printing.")
version ".tar.bz2"))
(sha256
(base32
"0s46qqg454kwq2px7x1a4ckryclkxnrz1r7gj6bv40nsrynafbgr"))))
"0x9jgnq9xcja3q954y7nhdzd374p4h203pymxh51b6lqqbq0hm9h"))))
(build-system gnu-build-system)
(arguments
`(#:imported-modules (,@%gnu-build-system-modules