diff options
author | Leo Famulari <leo@famulari.name> | 2016-10-15 21:27:35 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-10-19 13:12:47 -0400 |
commit | ecd68c53a6c74aed2c75def91624123ca7c08ab0 (patch) | |
tree | 57ed99ff4c07363efe71857e82b6de04cffe6416 /gnu | |
parent | def6213f6561001ec35a5536d09537ea61440d97 (diff) | |
download | patches-ecd68c53a6c74aed2c75def91624123ca7c08ab0.tar patches-ecd68c53a6c74aed2c75def91624123ca7c08ab0.tar.gz |
gnu: python-rsa: Update to 3.4.2.
* gnu/packages/python.scm (python-rsa, python2-rsa): Update to 3.4.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 57dcd832f3..926f6ca287 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7770,14 +7770,14 @@ text.") (define-public python-rsa (package (name "python-rsa") - (version "3.2") + (version "3.4.2") (source (origin (method url-fetch) (uri (pypi-uri "rsa" version)) (sha256 (base32 - "0xwp929g7lvb1sghxfpqlxvgg96qcwqdbhh27sjplx30n3xp3wrh")))) + "1dcxvszbikgzh99ybdc7jq0zb9wspy2ds8z9mjsqiyv3q884xpr5")))) (build-system python-build-system) (inputs `(("python-pyasn1" ,python-pyasn1) |