--- Begin Message ---
Subject: |
[PATCH] gnu: gnupg: Update to 2.2.27. |
Date: |
Sat, 6 Feb 2021 12:56:22 +0100 |
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.27.
---
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 a2da166bb4..09364dfa82 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -257,7 +257,7 @@ compatible to GNU Pth.")
(define-public gnupg
(package
(name "gnupg")
- (version "2.2.25")
+ (version "2.2.27")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
@@ -265,7 +265,7 @@ compatible to GNU Pth.")
(patches (search-patches "gnupg-default-pinentry.patch"))
(sha256
(base32
- "02n3klqbyzxyil13sg4wa0pcwr7vs7zjaslis926yjxg8yr0fly5"))))
+ "1693s2rp9sjwvdslj94n03wnb6rxysjy0dli0q1698af044h1ril"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
--
2.30.0
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#46343: [PATCH] gnu: gnupg: Update to 2.2.27. |
Date: |
Mon, 08 Feb 2021 23:54:13 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Vincent Legoll <vincent.legoll@gmail.com> skribis:
> * gnu/packages/gnupg.scm (gnupg): Update to 2.2.27.
Applied (to ‘master’; I figured that even if it’s normally rather for
‘staging’, it’s probably more reasonable to have it in ‘master’.)
Thanks,
Ludo’.
--- End Message ---