gnu: python-gnupg: Update to 0.4.7.

* gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.7.

[homepage]: change to https://pythonhosted.org/python-gnupg/index.html due
to redirect.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Zac Berkowitz 2021-09-01 16:04:56 -04:00 committed by Efraim Flashner
parent b3fd8dafb0
commit 2c07d5ee12
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -570,14 +570,14 @@ (define-public python2-pygpgme
(define-public python-gnupg
(package
(name "python-gnupg")
(version "0.4.4")
(version "0.4.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-gnupg" version))
(sha256
(base32
"03pvjyp6q9pr8qa22i38az06ddzhvzy5kj192hxa3gbhnchg1nj5"))))
"1isazrg2h126xg3vvk4wrhx8k8yfsg5sxybvfa99phj235mzaq90"))))
(build-system python-build-system)
(arguments
`(#:phases
@ -595,7 +595,7 @@ (define-public python-gnupg
"test_gnupg.py" "--no-doctests"))))))
(native-inputs
`(("gnupg" ,gnupg-1)))
(home-page "https://packages.python.org/python-gnupg/index.html")
(home-page "https://pythonhosted.org/python-gnupg/index.html")
(synopsis "Wrapper for the GNU Privacy Guard")
(description
"This module allows easy access to GnuPGs key management, encryption