gnu: python-pycryptodome: Update to 3.7.2.

* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.7.2.
This commit is contained in:
Efraim Flashner 2019-01-06 09:36:23 +02:00
parent da3e0cd948
commit 681edb0a4f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -808,14 +808,14 @@ protocol (Javascript Object Signing and Encryption).")
(define-public python-pycryptodome (define-public python-pycryptodome
(package (package
(name "python-pycryptodome") (name "python-pycryptodome")
(version "3.5.1") (version "3.7.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pycryptodome" version)) (uri (pypi-uri "pycryptodome" version))
(sha256 (sha256
(base32 (base32
"15mc1h5ij1b6hcqvb048kb4k0ip64n2ky0zz0rml2s78ylv7g5dp")))) "1xxf5cyhlc5ak5skf4zgqz9yk5fj5g70hd06hc1jym995lxpxz7m"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://www.pycryptodome.org") (home-page "https://www.pycryptodome.org")
(synopsis "Cryptographic library for Python") (synopsis "Cryptographic library for Python")