Archived
1
0
Fork 0

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 @@ 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.3") (version "3.9.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pycryptodome" version)) (uri (pypi-uri "pycryptodome" version))
(sha256 (sha256
(base32 (base32
"0dh6ky5ngxayyn5f6n7gdamjl49g3khz6pdx9sdnag1zwi8248hs")))) "1i4m74f88qj9ci8rpyzrbk2slmsdj5ipmwdkq6qk24byalm203li"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://www.pycryptodome.org") (home-page "https://www.pycryptodome.org")
(synopsis "Low-level cryptographic Python library") (synopsis "Low-level cryptographic Python library")