[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: GnuPG: Update to 2.2.29.
From: |
guix-commits |
Subject: |
branch master updated: gnu: GnuPG: Update to 2.2.29. |
Date: |
Fri, 20 Aug 2021 14:46:11 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 903b68c gnu: GnuPG: Update to 2.2.29.
903b68c is described below
commit 903b68cac5812b0f007f372d236f3e82ac66995b
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Aug 20 14:41:40 2021 -0400
gnu: GnuPG: Update to 2.2.29.
* gnu/packages/gnupg.scm (gnupg): Update to 2.22.9.
---
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 f0e87a3..ebd89a2 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -262,7 +262,7 @@ compatible to GNU Pth.")
(define-public gnupg
(package
(name "gnupg")
- (version "2.2.27")
+ (version "2.2.29")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
@@ -270,7 +270,7 @@ compatible to GNU Pth.")
(patches (search-patches "gnupg-default-pinentry.patch"))
(sha256
(base32
- "1693s2rp9sjwvdslj94n03wnb6rxysjy0dli0q1698af044h1ril"))))
+ "1j8cpp08zlz9a9n4g9z6352m1bvl369r94p4pjg8z0948pdprl1r"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: GnuPG: Update to 2.2.29.,
guix-commits <=