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:
parent
e9926f80c6
commit
dc240b6aa5
|
@ -14527,14 +14527,14 @@ run on top of the dynamic task schedulers. ")
|
||||||
(define-public python-ilinkedlist
|
(define-public python-ilinkedlist
|
||||||
(package
|
(package
|
||||||
(name "python-ilinkedlist")
|
(name "python-ilinkedlist")
|
||||||
(version "0.3.1")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ilinkedlist" version))
|
(uri (pypi-uri "ilinkedlist" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04wpv7km8jggrngc4bjg3nm615czd3bjdvpsy2icg6c1c8162zyg"))))
|
"0nrw4sr3afldrp7073hvc0rgdz282s0l819jdmj1i6nn05v33h0l"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs `(("python-pytest" ,python-pytest)))
|
(native-inputs `(("python-pytest" ,python-pytest)))
|
||||||
(inputs `(("python" ,python)))
|
(inputs `(("python" ,python)))
|
||||||
|
|
Loading…
Reference in New Issue