me
/
guix
Archived
1
0
Fork 0

gnu: gnupg: Update to 2.2.25.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.25.
master
Marius Bakke 2020-11-25 20:28:09 +01:00
parent c3245a77a9
commit c73a7f7d86
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ compatible to GNU Pth.")
(define-public gnupg (define-public gnupg
(package (package
(name "gnupg") (name "gnupg")
(version "2.2.24") (version "2.2.25")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
@ -263,7 +263,7 @@ compatible to GNU Pth.")
(patches (search-patches "gnupg-default-pinentry.patch")) (patches (search-patches "gnupg-default-pinentry.patch"))
(sha256 (sha256
(base32 (base32
"0ilcp7m1dvwnri3i7q9wanf5pvhwxk7h106pd62g0d5fz80b944h")))) "02n3klqbyzxyil13sg4wa0pcwr7vs7zjaslis926yjxg8yr0fly5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))