mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: GnuPG: Update to 2.2.36.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.36.
This commit is contained in:
parent
57d5e06ef6
commit
259de44042
1 changed files with 2 additions and 4 deletions
|
@ -292,9 +292,7 @@ compatible to GNU Pth.")
|
||||||
(name "gnupg")
|
(name "gnupg")
|
||||||
;; Note: The 2.2.X releases are Long Term Support (LTS), so stick to it
|
;; Note: The 2.2.X releases are Long Term Support (LTS), so stick to it
|
||||||
;; for our stable 'gnupg'.
|
;; for our stable 'gnupg'.
|
||||||
;; Note2: 2.2.33 currently suffers from regressions, so do not update to it
|
(version "2.2.36")
|
||||||
;; (see: https://dev.gnupg.org/T5742).
|
|
||||||
(version "2.2.32")
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-" version
|
(uri (string-append "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-" version
|
||||||
|
@ -302,7 +300,7 @@ compatible to GNU Pth.")
|
||||||
(patches (search-patches "gnupg-default-pinentry.patch"))
|
(patches (search-patches "gnupg-default-pinentry.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0506gv54z10c96z5821z9p0ksibk1pfilsmag39ffqrcz0sinmxj"))))
|
"172cma86bsp8k1jn2khpy2gfwqyamhbii0cy7dqakv7w20w7izmx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue