me
/
guix
Archived
1
0
Fork 0

gnu: python-networkx: Update to 2.8.6.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Greg Hogan 2022-09-22 19:44:04 +00:00 committed by Ludovic Courtès
parent b479089fdc
commit 5440d6be78
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -9498,13 +9498,13 @@ interfaces in an easy and portable manner.")
(define-public python-networkx (define-public python-networkx
(package (package
(name "python-networkx") (name "python-networkx")
(version "2.6.2") (version "2.8.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "networkx" version)) (uri (pypi-uri "networkx" version))
(sha256 (sha256
(base32 "1fqrq7gc0nn4rd4zqibw96cap75vb5nlixapkajwawp71jaz21i3")))) (base32 "19h18f5j79l7kmwm5cvm75fadjgmkzw5m3pyvb9cnq0860q7faxx"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases (modify-phases %standard-phases '(#:phases (modify-phases %standard-phases