gnu: Bump python-six to 1.9.0.

* gnu/packages/python.scm (python-six): Bump to 1.9.0.
This commit is contained in:
Cyril Roelandt 2015-07-15 00:35:10 +02:00
parent 463f676682
commit 98bdee6725
1 changed files with 2 additions and 2 deletions

View File

@ -783,7 +783,7 @@ password storage.")
(define-public python-six (define-public python-six
(package (package
(name "python-six") (name "python-six")
(version "1.7.2") (version "1.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -791,7 +791,7 @@ password storage.")
"six/six-" version ".tar.gz")) "six/six-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"164rns26aqfqx2hwi0qq3scl50s69japn0fvgvrjsbyg7r1mxf67")))) "1mci5i8mjqmljmv33h0q3d4djc13zk1kfmb3fbvd3yy43x0m4h72"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-setuptools" ,python-setuptools))) `(("python-setuptools" ,python-setuptools)))