[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
- branch master updated (11450f1 -> 841bddb), guix-commits, 2019/07/10
- 01/05: gnu: python-gnupg: Update to 0.4.4 [fixes CVE-2019-6690].,
guix-commits <=
- 02/05: gnu: plib: Fix CVE-2011-4620, CVE-2012-4552., guix-commits, 2019/07/10
- 03/05: gnu: mujs: Update to 1.0.6 [fixes CVE-2019-1141{1, 2, 3}, CVE-2019-12798]., guix-commits, 2019/07/10
- 04/05: gnu: mupdf: Update to 1.15.0 [fixes CVE-2018-18662, CVE-2018-19777, CVE-2018-1988{1, 2}, CVE-2019-613{0, 1}, CVE-2019-7321]., guix-commits, 2019/07/10
- 05/05: gnu: a2ps: Fix CVE-2015-8107., guix-commits, 2019/07/10