summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-02-25 10:18:40 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-02-25 21:05:37 +0200
commit40981b5c18d76247fbe5802b5c969933fa48e330 (patch)
treea0457a116c2da6330540d5145a6756bc12a8fa8d /gnu/packages/python.scm
parenta8f20f63dce1f41126bbc0fdbe6a3b1bf28fb69d (diff)
gnu: python-wheel: Update to 0.29.0.
* gnu/packages/python.scm (python-wheel): Update to 0.29.0.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1b274a31309..fb133384624 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2151,14 +2151,14 @@ with sensible defaults out of the box.")
2151(define-public python-wheel 2151(define-public python-wheel
2152 (package 2152 (package
2153 (name "python-wheel") 2153 (name "python-wheel")
2154 (version "0.26.0") 2154 (version "0.29.0")
2155 (source 2155 (source
2156 (origin 2156 (origin
2157 (method url-fetch) 2157 (method url-fetch)
2158 (uri (pypi-uri "wheel" version)) 2158 (uri (pypi-uri "wheel" version))
2159 (sha256 2159 (sha256
2160 (base32 2160 (base32
2161 "032k1ajijbqnv0z0k88bhf75mdimi18fcmm28mss90610lw3bbga")))) 2161 "0j0n38hg1jvrmyy68f9ikvzq1gs9g0sx4ws7maf8wi3bwbbqmfqy"))))
2162 (build-system python-build-system) 2162 (build-system python-build-system)
2163 (native-inputs 2163 (native-inputs
2164 `(("python-setuptools" ,python-setuptools) 2164 `(("python-setuptools" ,python-setuptools)