diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-09-12 17:01:05 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-09-13 18:39:39 +0800 |
commit | 62a9a23bf9743a1078c4fd860edc3bbdbebde034 (patch) | |
tree | 805c4df4ceaec5d6558e3ba4119726e9076d326b | |
parent | 67e463ecacdb7d89bb6124276413f76036dc94a8 (diff) | |
download | guix-62a9a23bf9743a1078c4fd860edc3bbdbebde034.tar guix-62a9a23bf9743a1078c4fd860edc3bbdbebde034.tar.gz |
gnu: python-setuptools: Update to 18.3.1.
* gnu/packages/python.scm (python-setuptools): Update to 18.3.1.
-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 aed8165eee..be638909a2 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -671,7 +671,7 @@ have been used.") (define-public python-setuptools (package (name "python-setuptools") - (version "12.1") + (version "18.3.1") (source (origin (method url-fetch) @@ -679,7 +679,7 @@ have been used.") version ".tar.gz")) (sha256 (base32 - "04bfk7si1pwj3b5k2b1x9b1zkiclybmzpw6alrs5bciri56lg9zs")))) + "0kc7rbav00ks6iaw14p38y81q12fx0lpkhgf5m97xc04f5r318ig")))) (build-system python-build-system) ;; FIXME: Tests require pytest, which itself relies on setuptools. ;; One could bootstrap with an internal untested setuptools. |