* [bug#34362] [PATCH] gnu: python-wheel: Update to 0.32.2.
@ 2019-02-07 7:14 Vagrant Cascadian
2019-02-07 7:41 ` bug#34362: " Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2019-02-07 7:14 UTC (permalink / raw)
To: 34362
[-- Attachment #1: Type: text/plain, Size: 935 bytes --]
* 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(-)
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#34362: [PATCH] gnu: python-wheel: Update to 0.32.2.
2019-02-07 7:14 [bug#34362] [PATCH] gnu: python-wheel: Update to 0.32.2 Vagrant Cascadian
@ 2019-02-07 7:41 ` Ricardo Wurmus
0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-02-07 7:41 UTC (permalink / raw)
To: Vagrant Cascadian; +Cc: 34362-done
Hi Vagrant,
> * gnu/packages/python-xyz.scm (python-wheel): Update to 0.32.2.
Thanks! Pushed to the “master” branch with commit
746c074bbe811e440622ab7f44ca886eafd41da7.
--
Ricardo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-07 7:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-07 7:14 [bug#34362] [PATCH] gnu: python-wheel: Update to 0.32.2 Vagrant Cascadian
2019-02-07 7:41 ` bug#34362: " Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.