gnu: python-pycryptodome: Update to 3.9.9.

* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.9.9.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-15 00:27:26 +01:00
parent cd551413ee
commit bb2d1dae20
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -989,14 +989,14 @@ (define-public python2-josepy
(define-public python-pycryptodome
(package
(name "python-pycryptodome")
(version "3.7.3")
(version "3.9.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pycryptodome" version))
(sha256
(base32
"0dh6ky5ngxayyn5f6n7gdamjl49g3khz6pdx9sdnag1zwi8248hs"))))
"1i4m74f88qj9ci8rpyzrbk2slmsdj5ipmwdkq6qk24byalm203li"))))
(build-system python-build-system)
(home-page "https://www.pycryptodome.org")
(synopsis "Low-level cryptographic Python library")