[bug#34411] gnu: python-pycryptodome: Update to 3.7.3.

Message ID 87bm3kuu96.fsf@ponder
State Accepted
Commit a62887d30dca9406f5608c59df80911984c59685
Headers show
Series [bug#34411] gnu: python-pycryptodome: Update to 3.7.3. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Vagrant Cascadian Feb. 10, 2019, 4:45 a.m. UTC
* gnu/packages/python-crypto (python-cryptodome): Update to 3.7.3.
---
 gnu/packages/python-crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Danny Milosavljevic Feb. 11, 2019, 10:08 a.m. UTC | #1
Hi Vagrant,

thanks!  Applied to guix master.

(*mumble* What's the deal with the gmp warning in the tests?)

Patch

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 858355e624..282e817156 100644
--- 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")
-    (version "3.7.2")
+    (version "3.7.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pycryptodome" version))
        (sha256
         (base32
-         "1xxf5cyhlc5ak5skf4zgqz9yk5fj5g70hd06hc1jym995lxpxz7m"))))
+         "0dh6ky5ngxayyn5f6n7gdamjl49g3khz6pdx9sdnag1zwi8248hs"))))
     (build-system python-build-system)
     (home-page "https://www.pycryptodome.org")
     (synopsis "Cryptographic library for Python")