diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2015-07-15 00:35:10 +0200 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2015-08-09 16:44:39 +0200 |
commit | 98bdee6725a83c7f6d3011cca2e87e31165adb57 (patch) | |
tree | b233a7954cd53cfeb275b6664fd8196f111cdfb3 /gnu | |
parent | 463f6766823e2bd58fddab093f10cd9b9a55acca (diff) | |
download | guix-98bdee6725a83c7f6d3011cca2e87e31165adb57.tar guix-98bdee6725a83c7f6d3011cca2e87e31165adb57.tar.gz |
gnu: Bump python-six to 1.9.0.
* gnu/packages/python.scm (python-six): Bump to 1.9.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 92e27683b6..940efeca64 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -783,7 +783,7 @@ password storage.") (define-public python-six (package (name "python-six") - (version "1.7.2") + (version "1.9.0") (source (origin (method url-fetch) @@ -791,7 +791,7 @@ password storage.") "six/six-" version ".tar.gz")) (sha256 (base32 - "164rns26aqfqx2hwi0qq3scl50s69japn0fvgvrjsbyg7r1mxf67")))) + "1mci5i8mjqmljmv33h0q3d4djc13zk1kfmb3fbvd3yy43x0m4h72")))) (build-system python-build-system) (inputs `(("python-setuptools" ,python-setuptools))) |