gnu: python-rsa: Update to 3.4.2.

* gnu/packages/python.scm (python-rsa, python2-rsa): Update to 3.4.2.
This commit is contained in:
Leo Famulari 2016-10-15 21:27:35 -04:00
parent def6213f65
commit ecd68c53a6
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -7770,14 +7770,14 @@ (define-public python2-colorama
(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)