apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit 4ced1c7dcebde328ce105620b9860f84248d596f
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Dec 17 12:16:39 2021 -0500
gnu: python-wheel: Update to 0.37.0.
* gnu/packages/python-build.scm (python-wheel): Update to 0.37.0.
---
gnu/packages/python-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index c31e24e08e..00fff6b0ea 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -41,14 +41,14 @@
(define-public python-wheel
(package
(name "python-wheel")
- (version "0.33.6")
+ (version "0.37.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "wheel" version))
(sha256
(base32
- "0ii6f34rvpjg3nmw4bc2h7fhdsy38y1h93hghncfs5akfrldmj8h"))))
+ "1bbga5i49rj1cwi4sjpkvfhl1f8vl9lfky2lblsy768nk4wp5vz2"))))
(build-system python-build-system)
(arguments
;; FIXME: The test suite runs "python setup.py bdist_wheel", which in turn