diff mbox series

[bug#46343] gnu: gnupg: Update to 2.2.27.

Message ID 20210206115622.26049-1-vincent.legoll@gmail.com
State Accepted
Headers show
Series [bug#46343] gnu: gnupg: Update to 2.2.27. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Vincent Legoll Feb. 6, 2021, 11:56 a.m. UTC
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.27.
---
 gnu/packages/gnupg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Vincent Legoll Feb. 6, 2021, 12:02 p.m. UTC | #1
For the next-staging branch:
Building the following 195 packages would ensure 346 dependent
packages are rebuilt
Ludovic Courtès Feb. 8, 2021, 10:54 p.m. UTC | #2
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’.
Vincent Legoll Feb. 8, 2021, 11:11 p.m. UTC | #3
Hello,

On Mon, Feb 8, 2021 at 11:55 PM GNU bug Tracking System
<help-debbugs@gnu.org> wrote:
> 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
diff mbox series

Patch

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)))