all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#33220] [PATCH] python-ilinkedlist 0.2.0
@ 2018-10-31 23:13 Luther Thompson
  2018-11-04 23:06 ` bug#33220: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Luther Thompson @ 2018-10-31 23:13 UTC (permalink / raw)
  To: 33220

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

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

[-- Attachment #2: 0001-gnu-python-ilinkedlist-Update-to-0.2.0.patch --]
[-- Type: text/x-patch, Size: 1138 bytes --]

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33220: [PATCH] python-ilinkedlist 0.2.0
  2018-10-31 23:13 [bug#33220] [PATCH] python-ilinkedlist 0.2.0 Luther Thompson
@ 2018-11-04 23:06 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-11-04 23:06 UTC (permalink / raw)
  To: Luther Thompson; +Cc: 33220-done

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’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-04 23:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-31 23:13 [bug#33220] [PATCH] python-ilinkedlist 0.2.0 Luther Thompson
2018-11-04 23:06 ` bug#33220: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.