guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: python-wheel: Update to 0.30.0a0.


From: Tobias Geerinckx-Rice
Subject: 05/06: gnu: python-wheel: Update to 0.30.0a0.
Date: Thu, 26 Jan 2017 20:05:24 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 0e6df70b6a73f9475f850c99250c515cb800b518
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jan 26 14:11:09 2017 +0100

    gnu: python-wheel: Update to 0.30.0a0.
    
    * gnu/packages/python.scm (python-wheel): Update to 0.30.0a0.
---
 gnu/packages/python.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b7a3df3..f324f1b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2405,14 +2405,14 @@ with sensible defaults out of the box.")
 (define-public python-wheel
   (package
     (name "python-wheel")
-    (version "0.29.0")
+    (version "0.30.0a0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "wheel" version))
         (sha256
          (base32
-          "0j0n38hg1jvrmyy68f9ikvzq1gs9g0sx4ws7maf8wi3bwbbqmfqy"))))
+          "1nm6mn8isny0hr86rhbfrpfj867c0phf001xgsd69xfp9ady1wwq"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-jsonschema" ,python-jsonschema)



reply via email to

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