gnu: python-six: Update to 1.14.0.

* gnu/packages/python-xyz.scm (python-six): Update to 1.14.0.
This commit is contained in:
Marius Bakke 2020-01-20 18:07:48 +01:00
parent 41fdad9f8c
commit 9a4990064f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1091,14 +1091,14 @@ (define-public python2-eventlet
(define-public python-six
(package
(name "python-six")
(version "1.13.0")
(version "1.14.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "six" version))
(sha256
(base32
"0rkby0kxlxj0kk2m6q5mh73ka5rk608p886vnv57h9cbkqki1xih"))))
"02lw67hprv57hyg3cfy02y3ixjk3nzwc0dx3c4ynlvkfwkfdnsr3"))))
(build-system python-build-system)
(arguments
`(#:phases