gnu: python-six: Update to 1.15.0.

* gnu/packages/python-xyz.scm (python-six): Update to 1.15.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Simon South 2020-10-10 18:24:20 -04:00 committed by Christopher Baines
parent 1cbee05685
commit 6f95911ad1
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1716,14 +1716,14 @@ from the Python interpreter, or as a small part of a larger application.")
(define-public python-six (define-public python-six
(package (package
(name "python-six") (name "python-six")
(version "1.14.0") (version "1.15.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "six" version)) (uri (pypi-uri "six" version))
(sha256 (sha256
(base32 (base32
"02lw67hprv57hyg3cfy02y3ixjk3nzwc0dx3c4ynlvkfwkfdnsr3")))) "0n82108wxn5giff50hd9ykjhd3zl7cndabdasi6568yvbh1rqqrh"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases