guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: python-gnupg: Update to 0.4.4 [fixes CVE-2019-6690].


From: guix-commits
Subject: 01/05: gnu: python-gnupg: Update to 0.4.4 [fixes CVE-2019-6690].
Date: Wed, 10 Jul 2019 05:48:11 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ba7047975329b747e3fb493ca6076b727b4e3b82
Author: Efraim Flashner <address@hidden>
Date:   Wed Jul 10 11:50:03 2019 +0300

    gnu: python-gnupg: Update to 0.4.4 [fixes CVE-2019-6690].
    
    * gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.4.
---
 gnu/packages/gnupg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 03d1fde..2b2b64d 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -546,14 +546,14 @@ decrypt messages using the OpenPGP format by making use 
of GPGME.")
 (define-public python-gnupg
   (package
     (name "python-gnupg")
-    (version "0.4.3")
+    (version "0.4.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-gnupg" version))
        (sha256
         (base32
-         "03dc8whhvk7ccspbk8vzfhkxli8cd9zfbss5p597g4jldgy8s59d"))))
+         "03pvjyp6q9pr8qa22i38az06ddzhvzy5kj192hxa3gbhnchg1nj5"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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