me
/
guix
Archived
1
0
Fork 0

gnu: python-wheel: Update to 0.36.2.

* gnu/packages/python-xyz.scm (python-wheel): Update to 0.36.2.
master
Nicolas Goaziou 2021-01-26 17:46:49 +01:00
parent ffd0e54376
commit 631e1f3308
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -2723,14 +2723,14 @@ with sensible defaults out of the box.")
(define-public python-wheel (define-public python-wheel
(package (package
(name "python-wheel") (name "python-wheel")
(version "0.33.6") (version "0.36.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "wheel" version)) (uri (pypi-uri "wheel" version))
(sha256 (sha256
(base32 (base32
"0ii6f34rvpjg3nmw4bc2h7fhdsy38y1h93hghncfs5akfrldmj8h")))) "0pi4w0brz7a86ddk6pm8p6j0w6d7jgacgxm0c2dab3k5cb8yy7p1"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; FIXME: The test suite runs "python setup.py bdist_wheel", which in turn ;; FIXME: The test suite runs "python setup.py bdist_wheel", which in turn