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:
parent
def6213f65
commit
ecd68c53a6
|
@ -7770,14 +7770,14 @@ text.")
|
||||||
(define-public python-rsa
|
(define-public python-rsa
|
||||||
(package
|
(package
|
||||||
(name "python-rsa")
|
(name "python-rsa")
|
||||||
(version "3.2")
|
(version "3.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "rsa" version))
|
(uri (pypi-uri "rsa" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xwp929g7lvb1sghxfpqlxvgg96qcwqdbhh27sjplx30n3xp3wrh"))))
|
"1dcxvszbikgzh99ybdc7jq0zb9wspy2ds8z9mjsqiyv3q884xpr5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-pyasn1" ,python-pyasn1)
|
`(("python-pyasn1" ,python-pyasn1)
|
||||||
|
|
Loading…
Reference in New Issue