mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: python-pgpy: Update to 0.5.3.
* gnu/packages/python-crypto.scm (python-pgpy): Update to 0.5.3.
This commit is contained in:
parent
81f3adb4d1
commit
642647ae93
1 changed files with 4 additions and 4 deletions
|
@ -1537,20 +1537,20 @@ (define-public python-privy
|
|||
(define-public python-pgpy
|
||||
(package
|
||||
(name "python-pgpy")
|
||||
(version "0.5.2")
|
||||
(version "0.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PGPy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0i4lqhzdwkjkim3wab0kqadx28z3r5ixlh6qxj4lif4gif56c0m7"))))
|
||||
(base32 "11rrq15gmn6qbahli7czflfcngjl7zyybjlvk732my6axnf2d754"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-cryptography" ,python-cryptography)
|
||||
("python-pyasn1" ,python-pyasn1)
|
||||
("python-singledispatch" ,python-singledispatch)
|
||||
("python-six" ,python-six)))
|
||||
("python-six" ,python-six)
|
||||
("python-wheel" ,python-wheel)))
|
||||
(home-page "https://github.com/SecurityInnovation/PGPy")
|
||||
(synopsis "Python implementation of OpenPGP")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue