gnu: python-pycryptodome: Update to 3.7.3.

* gnu/packages/python-crypto (python-cryptodome): Update to 3.7.3.
This commit is contained in:
Vagrant Cascadian 2019-02-09 20:45:09 -08:00 committed by Danny Milosavljevic
parent 6e2bad000f
commit a62887d30d
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 2 deletions

View File

@ -803,14 +803,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.7.2") (version "3.7.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pycryptodome" version)) (uri (pypi-uri "pycryptodome" version))
(sha256 (sha256
(base32 (base32
"1xxf5cyhlc5ak5skf4zgqz9yk5fj5g70hd06hc1jym995lxpxz7m")))) "0dh6ky5ngxayyn5f6n7gdamjl49g3khz6pdx9sdnag1zwi8248hs"))))
(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")