gnu: python-six: Update to 1.12.0.

* gnu/packages/python-xyz.scm (python-six): Update to 1.12.0.
master
Marius Bakke 2019-03-04 18:16:51 +01:00
parent 1a246c01c6
commit 6c58a06e79
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -872,14 +872,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