Skip to content
Snippets Groups Projects
Unverified Commit ff128dc6 authored by Greg Hogan's avatar Greg Hogan Committed by Mathieu Othacehe
Browse files

gnu: python-networkx: Update to 2.5.


* gnu/packages/python-xyz.scm (python-networkx): Update to 2.5.

Signed-off-by: default avatarMathieu Othacehe <othacehe@gnu.org>
parent 13ba3dc8
No related branches found
No related tags found
No related merge requests found
...@@ -7329,13 +7329,13 @@ (define-public python2-netifaces ...@@ -7329,13 +7329,13 @@ (define-public python2-netifaces
(define-public python-networkx (define-public python-networkx
(package (package
(name "python-networkx") (name "python-networkx")
(version "2.4") (version "2.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "networkx" version)) (uri (pypi-uri "networkx" version))
(sha256 (sha256
(base32 "0r2wr7aqay9fwjrgk35fkjzk8lvvb4i4df7ndaqzkr4ndw5zzx7q")))) (base32 "00hnii2lplig2s324k1hvi29pyfab6z7i22922f67jgv4da9ay3r"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases (modify-phases %standard-phases '(#:phases (modify-phases %standard-phases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment