unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35956] [PATCH] gnu: python-six: Update to 1.12.0
@ 2019-05-28 12:52 h.nasajpour
  2019-12-10  6:16 ` bug#35956: " Brett Gilio
  0 siblings, 1 reply; 2+ messages in thread
From: h.nasajpour @ 2019-05-28 12:52 UTC (permalink / raw)
  To: 35956; +Cc: h.nasajpour

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c8401d1641..a04bac60c1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -969,14 +969,14 @@ from the Python interpreter, or as a small part of a larger application.")
 (define-public python-six
   (package
     (name "python-six")
-    (version "1.11.0")
+    (version "1.12.0")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "six" version))
       (sha256
        (base32
-        "1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h"))))
+        "0wxs1q74v07ssjywbbm7x6h5v9qx209ld2yfsif4060sxi0h2sni"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.17.1

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

* bug#35956: [PATCH] gnu: python-six: Update to 1.12.0
  2019-05-28 12:52 [bug#35956] [PATCH] gnu: python-six: Update to 1.12.0 h.nasajpour
@ 2019-12-10  6:16 ` Brett Gilio
  0 siblings, 0 replies; 2+ messages in thread
From: Brett Gilio @ 2019-12-10  6:16 UTC (permalink / raw)
  To: h.nasajpour; +Cc: 35956-done

Closing.

Python-six was updated to 1.12.0 historically.

-- 
Brett M. Gilio
Homepage -- https://scm.pw/
GNU Guix -- https://guix.gnu.org/

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

end of thread, other threads:[~2019-12-10  6:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 12:52 [bug#35956] [PATCH] gnu: python-six: Update to 1.12.0 h.nasajpour
2019-12-10  6:16 ` bug#35956: " Brett Gilio

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