diff options
author | Luther Thompson <lutheroto@gmail.com> | 2018-11-06 17:40:51 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-11-08 10:24:26 +0100 |
commit | 9870b9f7f8a10192ad960f898d967bacd7ad0422 (patch) | |
tree | aa99cf5614cc18ef7aa501694099e4eda84ef367 /gnu | |
parent | 195e081b43f2a9469e426bd7b3938a7e741faa0d (diff) |
gnu: python-ilinkedlist: Update to 0.3.1.
* gnu/packages/python.scm (python-ilinkedlist): Update to 0.3.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ea439b7ac3..5f81c428ff 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -14537,14 +14537,14 @@ run on top of the dynamic task schedulers. ") (define-public python-ilinkedlist (package (name "python-ilinkedlist") - (version "0.2.0") + (version "0.3.1") (source (origin (method url-fetch) (uri (pypi-uri "ilinkedlist" version)) (sha256 (base32 - "0klb846q5vs62d8f89my7wan1sji4yjj6pjhjch9dha3p8vlncd2")))) + "04wpv7km8jggrngc4bjg3nm615czd3bjdvpsy2icg6c1c8162zyg")))) (build-system python-build-system) (native-inputs `(("python-pytest" ,python-pytest))) (inputs `(("python" ,python))) |