Skip to content

Commit

Permalink
gnu: python-networkx: Update to 2.8.6.
Browse files Browse the repository at this point in the history
* gnu/packages/python-xyz.scm (python-networkx): Update to 2.8.6.

Signed-off-by: Ludovic Courtès <[email protected]>
  • Loading branch information
greghogan authored and civodul committed Oct 2, 2022
1 parent b479089 commit 5440d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnu/packages/python-xyz.scm
Original file line number Diff line number Diff line change
Expand Up @@ -9498,13 +9498,13 @@ interfaces in an easy and portable manner.")
(define-public python-networkx
(package
(name "python-networkx")
(version "2.6.2")
(version "2.8.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "networkx" version))
(sha256
(base32 "1fqrq7gc0nn4rd4zqibw96cap75vb5nlixapkajwawp71jaz21i3"))))
(base32 "19h18f5j79l7kmwm5cvm75fadjgmkzw5m3pyvb9cnq0860q7faxx"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
Expand Down

0 comments on commit 5440d6b

Please sign in to comment.