From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsh0F-00086a-9m for guix-patches@gnu.org; Sat, 09 Feb 2019 23:46:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsh0E-0003Xf-Ld for guix-patches@gnu.org; Sat, 09 Feb 2019 23:46:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42450) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gsh0E-0003XZ-Ig for guix-patches@gnu.org; Sat, 09 Feb 2019 23:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gsh0E-00026q-GK for guix-patches@gnu.org; Sat, 09 Feb 2019 23:46:02 -0500 Subject: [bug#34411] [PATCH] gnu: python-pycryptodome: Update to 3.7.3. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:38992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsgzU-000810-1S for guix-patches@gnu.org; Sat, 09 Feb 2019 23:45:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsgzT-0002wC-6t for guix-patches@gnu.org; Sat, 09 Feb 2019 23:45:15 -0500 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]:37700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsgzS-0002tY-UQ for guix-patches@gnu.org; Sat, 09 Feb 2019 23:45:15 -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 E08F61AAC0 for ; Sat, 9 Feb 2019 20:45:13 -0800 (PST) From: Vagrant Cascadian Date: Sat, 09 Feb 2019 20:45:09 -0800 Message-ID: <87bm3kuu96.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: 34411@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/python-crypto (python-cryptodome): Update to 3.7.3. =2D-- gnu/packages/python-crypto.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 858355e624..282e817156 100644 =2D-- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -804,14 +804,14 @@ protocol (Javascript Object Signing and Encryption).") (define-public python-pycryptodome (package (name "python-pycryptodome") =2D (version "3.7.2") + (version "3.7.3") (source (origin (method url-fetch) (uri (pypi-uri "pycryptodome" version)) (sha256 (base32 =2D "1xxf5cyhlc5ak5skf4zgqz9yk5fj5g70hd06hc1jym995lxpxz7m")))) + "0dh6ky5ngxayyn5f6n7gdamjl49g3khz6pdx9sdnag1zwi8248hs")))) (build-system python-build-system) (home-page "https://www.pycryptodome.org") (synopsis "Cryptographic library for Python") =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXF+sVQAKCRDcUY/If5cW qq1vAP93+srbOZ8tYpvsvjABfsMmTKRwbiXFcJTlhXAcozWA+gD/UCbkB+kGuKBk b5Hh/1ZyqI9z3zmVv+w9Kgm/3/KPVA8= =AZfC -----END PGP SIGNATURE----- --=-=-=--