diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-15 00:27:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-15 00:38:32 +0100 |
commit | bb2d1dae20d5a0debc8fde405c34f4f16f189198 (patch) | |
tree | bc01a3b2627f3bd8f0b074a33054803561f30319 | |
parent | cd551413eef6fbf54eff20792661e9fc279bdd7f (diff) | |
download | guix-bb2d1dae20d5a0debc8fde405c34f4f16f189198.tar.gz guix-bb2d1dae20d5a0debc8fde405c34f4f16f189198.zip |
gnu: python-pycryptodome: Update to 3.9.9.
* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.9.9.
-rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 9bb0cede19..60a9776bae 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -989,14 +989,14 @@ protocol (Javascript Object Signing and Encryption).") (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") |