gnu: python-wheel: Update to 0.30.0a0.

* gnu/packages/python.scm (python-wheel): Update to 0.30.0a0.
This commit is contained in:
Tobias Geerinckx-Rice 2017-01-26 14:11:09 +01:00
parent 60a8be3a56
commit 0e6df70b6a
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -2405,14 +2405,14 @@ with sensible defaults out of the box.")
(define-public python-wheel
(package
(name "python-wheel")
(version "0.29.0")
(version "0.30.0a0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "wheel" version))
(sha256
(base32
"0j0n38hg1jvrmyy68f9ikvzq1gs9g0sx4ws7maf8wi3bwbbqmfqy"))))
"1nm6mn8isny0hr86rhbfrpfj867c0phf001xgsd69xfp9ady1wwq"))))
(build-system python-build-system)
(native-inputs
`(("python-jsonschema" ,python-jsonschema)