gnu: python-six: Update to 1.11.0.

* gnu/packages/python.scm (python-six): Update to 1.11.0.
This commit is contained in:
Marius Bakke 2017-10-14 18:04:58 +02:00
parent 8dd339e5a6
commit 8ed675a77f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1169,14 +1169,14 @@ password storage.")
(define-public python-six
(package
(name "python-six")
(version "1.10.0")
(version "1.11.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "six" version))
(sha256
(base32
"0snmb8xffb3vsma0z67i0h0w2g2dy0p3gsgh9gi4i0kgc5l8spqh"))))
"1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h"))))
(build-system python-build-system)
(arguments
`(#:phases