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>
This commit is contained in:
Vincent Legoll 2021-02-06 12:56:22 +01:00 committed by Ludovic Courtès
parent fc5f9de568
commit b877e78d10
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -257,7 +257,7 @@ (define-public npth
(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 @@ (define-public gnupg
(patches (search-patches "gnupg-default-pinentry.patch"))
(sha256
(base32
"02n3klqbyzxyil13sg4wa0pcwr7vs7zjaslis926yjxg8yr0fly5"))))
"1693s2rp9sjwvdslj94n03wnb6rxysjy0dli0q1698af044h1ril"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))