gnu: python-pgpy: Update to 0.5.3.
* gnu/packages/python-crypto.scm (python-pgpy): Update to 0.5.3.master
parent
81f3adb4d1
commit
642647ae93
|
@ -1537,20 +1537,20 @@ signatures.")
|
||||||
(define-public python-pgpy
|
(define-public python-pgpy
|
||||||
(package
|
(package
|
||||||
(name "python-pgpy")
|
(name "python-pgpy")
|
||||||
(version "0.5.2")
|
(version "0.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "PGPy" version))
|
(uri (pypi-uri "PGPy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "11rrq15gmn6qbahli7czflfcngjl7zyybjlvk732my6axnf2d754"))))
|
||||||
"0i4lqhzdwkjkim3wab0kqadx28z3r5ixlh6qxj4lif4gif56c0m7"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cryptography" ,python-cryptography)
|
`(("python-cryptography" ,python-cryptography)
|
||||||
("python-pyasn1" ,python-pyasn1)
|
("python-pyasn1" ,python-pyasn1)
|
||||||
("python-singledispatch" ,python-singledispatch)
|
("python-singledispatch" ,python-singledispatch)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)
|
||||||
|
("python-wheel" ,python-wheel)))
|
||||||
(home-page "https://github.com/SecurityInnovation/PGPy")
|
(home-page "https://github.com/SecurityInnovation/PGPy")
|
||||||
(synopsis "Python implementation of OpenPGP")
|
(synopsis "Python implementation of OpenPGP")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue