[PATCH] gnu: python-wheel: Update to 0.32.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ricardo Wurmus
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 6 years ago
(address . guix-patches@gnu.org)
87h8dg135d.fsf@ponder
* gnu/packages/python-xyz.scm (python-wheel): Update to 0.32.2.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a8239792f..946f7e967 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1695,14 +1695,14 @@ with sensible defaults out of the box.")
(define-public python-wheel
(package
(name "python-wheel")
- (version "0.30.0a0")
+ (version "0.32.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "wheel" version))
(sha256
(base32
- "1nm6mn8isny0hr86rhbfrpfj867c0phf001xgsd69xfp9ady1wwq"))))
+ "1dhxl1bf18bx9szmqcnxbg6204hp3im8089q3hkwh5jfa6zh75q2"))))
(build-system python-build-system)
(native-inputs
`(("python-jsonschema" ,python-jsonschema)
--
2.20.1
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXFva0AAKCRDcUY/If5cW
qlQ2AQDUQXSSSEKMhjh62okLbcdYSn/zcpABrMmEMnbRmkacdwD/X112HKsGdu2N
8N9FNrsbWlRSUj0JnumKz2d9EKq8vAE=
=lkhf
-----END PGP SIGNATURE-----

Ricardo Wurmus wrote 6 years ago
(name . Vagrant Cascadian)(address . vagrant@debian.org)(address . 34362-done@debbugs.gnu.org)
87a7j8f3l0.fsf@elephly.net
Hi Vagrant,

Toggle quote (2 lines)
> * gnu/packages/python-xyz.scm (python-wheel): Update to 0.32.2.

Thanks! Pushed to the “master” branch with commit
746c074bbe811e440622ab7f44ca886eafd41da7.

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34362@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34362
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help