guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: python-gnupg: Update to 0.4.7.


From: guix-commits
Subject: 01/03: gnu: python-gnupg: Update to 0.4.7.
Date: Sun, 3 Oct 2021 08:26:00 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2c07d5ee12a95a2beb7acd8298973793ae3fa123
Author: Zac Berkowitz <zac.berkowitz@gmail.com>
AuthorDate: Wed Sep 1 16:04:56 2021 -0400

    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>
---
 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 ebd89a2..4564cb9 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]