all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Vong <alexvong1995@gmail.com>
To: 30268@debbugs.gnu.org
Subject: [bug#30268] [PATCH] gnu: python-six: Update to 1.11.0.
Date: Sat, 27 Jan 2018 23:27:35 +0800	[thread overview]
Message-ID: <87zi4zs4ns.fsf@gmail.com> (raw)

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

Hi,

This updates python-six to its latest version.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-six-Update-to-1.11.0.patch --]
[-- Type: text/x-diff, Size: 1093 bytes --]

From 3cf66ce92c5465215fecfc3bc16334d2e720e29a Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Sat, 27 Jan 2018 23:22:50 +0800
Subject: [PATCH] gnu: python-six: Update to 1.11.0.

* gnu/packages/python.scm (python-six, python2-six): Update to 1.11.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 e4d5edb41..0ba923a0e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1003,14 +1003,14 @@ from the Python interpreter, or as a small part of a larger application.")
 (define-public python-six
   (package
     (name "python-six")
-    (version "1.10.0")
+    (version "1.11.0")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "six" version))
       (sha256
        (base32
-        "0snmb8xffb3vsma0z67i0h0w2g2dy0p3gsgh9gi4i0kgc5l8spqh"))))
+        "1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-py" ,python-py)
-- 
2.15.1


[-- Attachment #3: Type: text/plain, Size: 14 bytes --]


Cheers,
Alex

             reply	other threads:[~2018-01-27 15:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-27 15:27 Alex Vong [this message]
2018-01-27 15:36 ` [bug#30268] [PATCH] gnu: python-six: Update to 1.11.0 Alex Vong
2018-01-27 17:35 ` bug#30268: " Marius Bakke

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

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

  git send-email \
    --in-reply-to=87zi4zs4ns.fsf@gmail.com \
    --to=alexvong1995@gmail.com \
    --cc=30268@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 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.