gnu: python-ilinkedlist: Update to 0.4.0.

* gnu/packages/python.scm (python-ilinkedlist): Update to 0.4.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Luther Thompson 2018-11-21 19:46:26 -05:00 committed by Marius Bakke
parent e9926f80c6
commit dc240b6aa5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -14527,14 +14527,14 @@ (define-public python-dask
(define-public python-ilinkedlist
(package
(name "python-ilinkedlist")
(version "0.3.1")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ilinkedlist" version))
(sha256
(base32
"04wpv7km8jggrngc4bjg3nm615czd3bjdvpsy2icg6c1c8162zyg"))))
"0nrw4sr3afldrp7073hvc0rgdz282s0l819jdmj1i6nn05v33h0l"))))
(build-system python-build-system)
(native-inputs `(("python-pytest" ,python-pytest)))
(inputs `(("python" ,python)))