diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2021-02-06 12:56:22 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-02-08 23:50:36 +0100 |
commit | b877e78d104366181442cebf7bd6c5fc5e616c1d (patch) | |
tree | fc62a798dec4796913e2a827a277a7fde48502e9 | |
parent | fc5f9de568be136e59626713ac7e04848f648071 (diff) |
gnu: gnupg: Update to 2.2.27.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.27.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/gnupg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 83dd1d1578..18fc76ef35 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))) |