[bug#33220] python-ilinkedlist 0.2.0

Message ID 20181031191326.51136527@gmail.com
State Accepted
Headers show
Series [bug#33220] python-ilinkedlist 0.2.0 | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed

Commit Message

Luther Thompson Oct. 31, 2018, 11:13 p.m. UTC
Here's an update to the python module that I submitted a couple weeks
ago.

I tried to get the commit message right, but I don't know what that
"gnu:" is at the beginning of each message in the git log. Does it just
mean the change is in the `(gnu packages)` module? I went ahead and put
it in anyway.

Luther

Comments

Ludovic Courtès Nov. 4, 2018, 11:06 p.m. UTC | #1
Hello,

Luther Thompson <lutheroto@gmail.com> skribis:

> I tried to get the commit message right, but I don't know what that
> "gnu:" is at the beginning of each message in the git log. Does it just
> mean the change is in the `(gnu packages)` module? I went ahead and put
> it in anyway.

Yes, the “gnu:” prefix is meant to denote changes to (gnu packages …).

>>From b30c1bee3a0324cc29816dff6e0d3321e403330e Mon Sep 17 00:00:00 2001
> From: Luther Thompson <lutheroto@gmail.com>
> Date: Wed, 31 Oct 2018 18:56:10 -0400
> Subject: [PATCH] gnu: python-ilinkedlist: Update to 0.2.0.
>
> * gnu/packages/python.scm (python-ilinkedlist): Update to 0.2.0.

Applied, thanks!

Ludo’.

Patch

From b30c1bee3a0324cc29816dff6e0d3321e403330e Mon Sep 17 00:00:00 2001
From: Luther Thompson <lutheroto@gmail.com>
Date: Wed, 31 Oct 2018 18:56:10 -0400
Subject: [PATCH] gnu: python-ilinkedlist: Update to 0.2.0.

* gnu/packages/python.scm (python-ilinkedlist): Update to 0.2.0.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 29b4a8e35..f038581ad 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -14503,14 +14503,14 @@  run on top of the dynamic task schedulers. ")
 (define-public python-ilinkedlist
   (package
     (name "python-ilinkedlist")
-    (version "0.1.0")
+    (version "0.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ilinkedlist" version))
        (sha256
         (base32
-         "063c2gm4jkgkv0nsg7mrc8y0w82ms98l4xchmbrvr68cscglhk69"))))
+         "0klb846q5vs62d8f89my7wan1sji4yjj6pjhjch9dha3p8vlncd2"))))
     (build-system python-build-system)
     (native-inputs `(("python-pytest" ,python-pytest)))
     (inputs `(("python" ,python)))
-- 
2.19.1