gnu: python-networkx: Update to 2.2.
* gnu/packages/python.scm (python-networkx): Update to 2.2.
This commit is contained in:
parent
68cbec027e
commit
dd29bd4ebc
|
@ -5194,15 +5194,15 @@ 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.1")
|
(version "2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "networkx" version ".zip"))
|
(uri (pypi-uri "networkx" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ccb8mfz4m821k9y0cigkbq42q2sbb4dj5fbjshp0awp32j2q9v4"))))
|
(base32 "12swxb15299v9vqjsq4z8rgh5sdhvpx497xwnhpnb0gynrx6zra5"))))
|
||||||
(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
|
||||||
`(("python-decorator" ,python-decorator)))
|
`(("python-decorator" ,python-decorator)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in New Issue