gnu: python-networkx: Update to 1.11.
* gnu/packages/python.scm (python-networkx): Update to 1.11.
This commit is contained in:
parent
6f068e081b
commit
a4d9609c98
|
@ -4755,15 +4755,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 "1.9.1")
|
(version "1.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "networkx" version))
|
||||||
"https://pypi.python.org/packages/source/n/networkx/networkx-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0n8wy0yq1kmdq4wh68mlhwhkndvwzx48lg41a1z0sxxms0wfp033"))))
|
(base32 "1f74s56xb4ggixiq0vxyfxsfk8p20c7a099lpcf60izv1php03hd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; python-decorator is needed at runtime
|
;; python-decorator is needed at runtime
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue