gnu: python-wheel: Update to 0.36.2 (again)

* gnu/packages/python-build.scm (python-wheel): Update to 0.36.2.

This update was reverted in dbcd205050.
This commit is contained in:
Nicolas Goaziou 2021-01-27 18:17:33 +01:00
parent 78cb279906
commit dbf4561b00
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -37,14 +37,14 @@ (define-module (gnu packages python-build)
(define-public python-wheel
(package
(name "python-wheel")
(version "0.33.6")
(version "0.36.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "wheel" version))
(sha256
(base32
"0ii6f34rvpjg3nmw4bc2h7fhdsy38y1h93hghncfs5akfrldmj8h"))))
"0pi4w0brz7a86ddk6pm8p6j0w6d7jgacgxm0c2dab3k5cb8yy7p1"))))
(build-system python-build-system)
(arguments
;; FIXME: The test suite runs "python setup.py bdist_wheel", which in turn