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:
Greg Hogan 2020-09-17 11:56:13 -04:00 committed by Mathieu Othacehe
parent 13ba3dc8a3
commit ff128dc633
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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