guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-wheel: Update to 0.36.2 (again)


From: guix-commits
Subject: branch master updated: gnu: python-wheel: Update to 0.36.2 (again)
Date: Wed, 27 Jan 2021 12:19:19 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dbf4561  gnu: python-wheel: Update to 0.36.2 (again)
dbf4561 is described below

commit dbf4561b00263d6c0cf7f294e1a6a8bebf382b46
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jan 27 18:17:33 2021 +0100

    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 dbcd2050500c932190d710cee43f5e14f0fd59db.
---
 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 65b90dd..1ce6a30 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -37,14 +37,14 @@
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]