gnu: GnuPG: Update to 2.2.29.
* gnu/packages/gnupg.scm (gnupg): Update to 2.22.9.
This commit is contained in:
parent
b7d1698f7f
commit
903b68cac5
1 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@ compatible to GNU Pth.")
|
||||||
(define-public gnupg
|
(define-public gnupg
|
||||||
(package
|
(package
|
||||||
(name "gnupg")
|
(name "gnupg")
|
||||||
(version "2.2.27")
|
(version "2.2.29")
|
||||||
(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
|
||||||
|
@ -270,7 +270,7 @@ compatible to GNU Pth.")
|
||||||
(patches (search-patches "gnupg-default-pinentry.patch"))
|
(patches (search-patches "gnupg-default-pinentry.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1693s2rp9sjwvdslj94n03wnb6rxysjy0dli0q1698af044h1ril"))))
|
"1j8cpp08zlz9a9n4g9z6352m1bvl369r94p4pjg8z0948pdprl1r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in a new issue