mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: gnupg: Update to 2.2.24.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.24.
This commit is contained in:
parent
b055c59693
commit
38f4c54d7e
1 changed files with 2 additions and 2 deletions
|
@ -255,7 +255,7 @@ (define-public npth
|
|||
(define-public gnupg
|
||||
(package
|
||||
(name "gnupg")
|
||||
(version "2.2.23")
|
||||
(version "2.2.24")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
|
||||
|
@ -263,7 +263,7 @@ (define-public gnupg
|
|||
(patches (search-patches "gnupg-default-pinentry.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"0p6ss4f3vlkf91pmp27bmvfr5bdxxi0pb3dmxpqljglbsx4mxd8h"))))
|
||||
"0ilcp7m1dvwnri3i7q9wanf5pvhwxk7h106pd62g0d5fz80b944h"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue