gnu: python-six: Update to 1.11.0.
* gnu/packages/python.scm (python-six): Update to 1.11.0.
This commit is contained in:
parent
8dd339e5a6
commit
8ed675a77f
|
@ -1169,14 +1169,14 @@ password storage.")
|
||||||
(define-public python-six
|
(define-public python-six
|
||||||
(package
|
(package
|
||||||
(name "python-six")
|
(name "python-six")
|
||||||
(version "1.10.0")
|
(version "1.11.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
|
||||||
"0snmb8xffb3vsma0z67i0h0w2g2dy0p3gsgh9gi4i0kgc5l8spqh"))))
|
"1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue