me
/
guix
Archived
1
0
Fork 0

gnu: gnupg: Update to 2.2.30.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.30.
master
Tobias Geerinckx-Rice 2021-08-27 18:22:33 +02:00 committed by Maxim Cournoyer
parent 55e5def90c
commit 950be3ff1e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ compatible to GNU Pth.")
(define-public gnupg
(package
(name "gnupg")
(version "2.2.29")
(version "2.2.30")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
@ -288,7 +288,7 @@ compatible to GNU Pth.")
(patches (search-patches "gnupg-default-pinentry.patch"))
(sha256
(base32
"1j8cpp08zlz9a9n4g9z6352m1bvl369r94p4pjg8z0948pdprl1r"))))
"1111ry31gaxv76miqsy6l0kwxwlx8sz0jk41jhyrjwx649p6sqyc"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))