mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-networkx: Update to 2.5.
* gnu/packages/python-xyz.scm (python-networkx): Update to 2.5. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
13ba3dc8a3
commit
ff128dc633
1 changed files with 2 additions and 2 deletions
|
@ -7329,13 +7329,13 @@ (define-public python2-netifaces
|
|||
(define-public python-networkx
|
||||
(package
|
||||
(name "python-networkx")
|
||||
(version "2.4")
|
||||
(version "2.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "networkx" version))
|
||||
(sha256
|
||||
(base32 "0r2wr7aqay9fwjrgk35fkjzk8lvvb4i4df7ndaqzkr4ndw5zzx7q"))))
|
||||
(base32 "00hnii2lplig2s324k1hvi29pyfab6z7i22922f67jgv4da9ay3r"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue