mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: python-graph-tool: Update to 2.57.
* gnu/packages/graph.scm (python-graph-tool): Update to 2.57. [propagated-inputs]: Add python-zstandard. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
be2786144c
commit
6482f61a0c
1 changed files with 8 additions and 3 deletions
|
@ -57,6 +57,7 @@ (define-module (gnu packages graph)
|
|||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages python-build)
|
||||
#:use-module (gnu packages python-compression)
|
||||
#:use-module (gnu packages python-science)
|
||||
#:use-module (gnu packages python-web)
|
||||
#:use-module (gnu packages python-xyz)
|
||||
|
@ -624,7 +625,7 @@ (define-public mscgen
|
|||
(define-public python-graph-tool
|
||||
(package
|
||||
(name "python-graph-tool")
|
||||
(version "2.46")
|
||||
(version "2.57")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -632,7 +633,7 @@ (define-public python-graph-tool
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x9jgnq9xcja3q954y7nhdzd374p4h203pymxh51b6lqqbq0hm9h"))))
|
||||
"0wmvzx509lvigja6cfxh45r4b7wns64vmik0x4rz4y4fnxrhw2m2"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:imported-modules (,@%gnu-build-system-modules
|
||||
|
@ -656,7 +657,11 @@ (define-public python-graph-tool
|
|||
python-wrapper
|
||||
sparsehash))
|
||||
(propagated-inputs
|
||||
(list python-matplotlib python-numpy python-pycairo python-scipy))
|
||||
(list python-matplotlib
|
||||
python-numpy
|
||||
python-pycairo
|
||||
python-scipy
|
||||
python-zstandard))
|
||||
(synopsis "Manipulate and analyze graphs with Python efficiently")
|
||||
(description "Graph-tool is an efficient Python module for manipulation
|
||||
and statistical analysis of graphs (a.k.a. networks). Contrary to most other
|
||||
|
|
Loading…
Reference in a new issue