gnu: python-ilinkedlist: Update to 0.2.0.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Luther Thompson 2018-10-31 18:56:10 -04:00 committed by Ludovic Courtès
parent b6e9514864
commit 1417f50317
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -14512,14 +14512,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.1.0") (version "0.2.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
"063c2gm4jkgkv0nsg7mrc8y0w82ms98l4xchmbrvr68cscglhk69")))) "0klb846q5vs62d8f89my7wan1sji4yjj6pjhjch9dha3p8vlncd2"))))
(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)))