guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit cbff723114970601426ef96a8f10f443244bd5a9
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Wed Jul 16 00:24:11 2025 +0100

    gnu: Add python-wheel-0.40.
    
    * gnu/packages/python-build.scm (python-wheel-0.40): New variable.
    
    Change-Id: I67886ba3f30cac77dc92a6cef38cc7b1b971bb9b
---
 gnu/packages/python-build.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 92400efdbd..bff2ed238f 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -410,6 +410,17 @@ scripts to their final locations) at any later time.  
Wheel files can be
 installed with a newer @code{pip} or with wheel's own command line utility.")
     (license license:expat)))
 
+(define-public python-wheel-0.40
+  (package
+    (inherit python-wheel)
+    (version "0.40.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "wheel" version))
+        (sha256
+         (base32 "0ww8fgkvwv35ypj4cnngczdwp6agr4qifvk2inb32azfzbrrc4fd"))))))
+
 ;;; TODO: Deprecate with https://github.com/pypa/pyproject-hooks.
 (define-public python-pep517-bootstrap
   (hidden-package

Reply via email to