* [bug#50328] [PATCH] * gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.7
@ 2021-09-01 20:04 Zac Berkowitz
2021-10-03 12:23 ` bug#50328: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Zac Berkowitz @ 2021-09-01 20:04 UTC (permalink / raw)
To: 50328
[homepage]: change to https://pythonhosted.org/python-gnupg/index.html due
to redirect
---
gnu/packages/gnupg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index ebd89a2009..4564cb9453 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -570,14 +570,14 @@ decrypt messages using the OpenPGP format by
making use of GPGME.")
(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 @@ decrypt messages using the OpenPGP format by
making use of GPGME.")
"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 GnuPG’s key management, encryption
--
2.33.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#50328: [PATCH] * gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.7
2021-09-01 20:04 [bug#50328] [PATCH] * gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.7 Zac Berkowitz
@ 2021-10-03 12:23 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-10-03 12:23 UTC (permalink / raw)
To: Zac Berkowitz; +Cc: 50328-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Thanks! Patch pushed.
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-03 12:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-01 20:04 [bug#50328] [PATCH] * gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.7 Zac Berkowitz
2021-10-03 12:23 ` bug#50328: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.