unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Luther Thompson <lutheroto@gmail.com>
To: 33220@debbugs.gnu.org
Subject: [bug#33220] [PATCH] python-ilinkedlist 0.2.0
Date: Wed, 31 Oct 2018 19:13:26 -0400	[thread overview]
Message-ID: <20181031191326.51136527@gmail.com> (raw)

[-- 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


             reply	other threads:[~2018-10-31 23:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-31 23:13 Luther Thompson [this message]
2018-11-04 23:06 ` bug#33220: [PATCH] python-ilinkedlist 0.2.0 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181031191326.51136527@gmail.com \
    --to=lutheroto@gmail.com \
    --cc=33220@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).