[PATCH] gnu: python-pycryptodome: Update to 3.7.3.

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

Debbugs page

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

Toggle diff (23 lines)
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")
--
2.20.1
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXF+sVQAKCRDcUY/If5cW
qq1vAP93+srbOZ8tYpvsvjABfsMmTKRwbiXFcJTlhXAcozWA+gD/UCbkB+kGuKBk
b5Hh/1ZyqI9z3zmVv+w9Kgm/3/KPVA8=
=AZfC
-----END PGP SIGNATURE-----

Danny Milosavljevic wrote 6 years ago
(name . Vagrant Cascadian)(address . vagrant@debian.org)(address . 34411-done@debbugs.gnu.org)
20190211110814.1e35de27@scratchpost.org
Hi Vagrant,

thanks! Applied to guix master.

(*mumble* What's the deal with the gmp warning in the tests?)
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxhSY4ACgkQ5xo1VCww
uqV9NAf/SDNshgPQ2ukWfbGpxTFd150iF9TUOZ06gtI3yWSsxsb/lGGyKfRgElnp
A6T85KBUnpDjnmblG8Pn1KuqAWNpUpOBitMZsinyOmChnFtYTcCxWGLfJsId1kQm
omtAQWTKDcAiKdpPGRkXKL4/KB//ZMoTlfFj4U9d8wG9K1bv+xtVsDjhX8SqO6wd
EkaiBpZrzp3YQBmAMwm2avNiV7+fCEES8ViJT6+jn/L3aM+9XIRP24Dobvk/D22l
oIe1uDbnRw2FU5aQWfBF4zlX6zXlFsMKnGFurQnNT1dGe6z7mYR6AW3MRo7bQWOG
TU0TRUPS/BGh/wArsrnz3JfZsaGmVg==
=GgQE
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 34411
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