From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:58660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grdup-0007cI-EW for guix-patches@gnu.org; Thu, 07 Feb 2019 02:16:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grdun-0000fC-IH for guix-patches@gnu.org; Thu, 07 Feb 2019 02:16:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37209) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1grduk-0000e5-MZ for guix-patches@gnu.org; Thu, 07 Feb 2019 02:16:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1grduk-0004LO-7d for guix-patches@gnu.org; Thu, 07 Feb 2019 02:16:02 -0500 Subject: [bug#34362] [PATCH] gnu: python-wheel: Update to 0.32.2. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:58315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grdtd-0007T5-K8 for guix-patches@gnu.org; Thu, 07 Feb 2019 02:14:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grdtZ-0008Nf-LD for guix-patches@gnu.org; Thu, 07 Feb 2019 02:14:53 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:50368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grdtT-0008H7-EZ for guix-patches@gnu.org; Thu, 07 Feb 2019 02:14:44 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 9BE381AAC0 for ; Wed, 6 Feb 2019 23:14:29 -0800 (PST) From: Vagrant Cascadian Date: Wed, 06 Feb 2019 23:14:22 -0800 Message-ID: <87h8dg135d.fsf@ponder> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34362@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/python-xyz.scm (python-wheel): Update to 0.32.2. =2D-- 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 =2D-- 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") =2D (version "0.30.0a0") + (version "0.32.3") (source (origin (method url-fetch) (uri (pypi-uri "wheel" version)) (sha256 (base32 =2D "1nm6mn8isny0hr86rhbfrpfj867c0phf001xgsd69xfp9ady1wwq")))) + "1dhxl1bf18bx9szmqcnxbg6204hp3im8089q3hkwh5jfa6zh75q2")))) (build-system python-build-system) (native-inputs `(("python-jsonschema" ,python-jsonschema) =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXFva0AAKCRDcUY/If5cW qlQ2AQDUQXSSSEKMhjh62okLbcdYSn/zcpABrMmEMnbRmkacdwD/X112HKsGdu2N 8N9FNrsbWlRSUj0JnumKz2d9EKq8vAE= =lkhf -----END PGP SIGNATURE----- --=-=-=--