diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-10 16:36:07 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-11 23:29:49 +0100 |
commit | 47772a4e3b2ffe6cde85362911f61fc03ff4d491 (patch) | |
tree | 73f3cc0086c0234cb3506f7f8c6efb3c90a0ce00 | |
parent | 8a19a81768027ef2762b9f0ed68ca2849a7b180f (diff) | |
download | guix-47772a4e3b2ffe6cde85362911f61fc03ff4d491.tar guix-47772a4e3b2ffe6cde85362911f61fc03ff4d491.tar.gz |
gnu: python-pycryptodome: Update to 3.5.1.
* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.5.1.
-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 b898f088be..b4f75e5997 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -720,14 +720,14 @@ protocol (Javascript Object Signing and Encryption).") (define-public python-pycryptodome (package (name "python-pycryptodome") - (version "3.4.7") + (version "3.5.1") (source (origin (method url-fetch) (uri (pypi-uri "pycryptodome" version)) (sha256 (base32 - "1xrsd6ql4w0ypkxnsg3fivs3r3z6dd93x44lhvam7jzh3gixzn0q")))) + "15mc1h5ij1b6hcqvb048kb4k0ip64n2ky0zz0rml2s78ylv7g5dp")))) (build-system python-build-system) (home-page "https://www.pycryptodome.org") (synopsis "Cryptographic library for Python") |