diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-03 19:22:35 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-03 19:22:57 +0200 |
| commit | edb994d3a85c0eaae3bd0d50aa575bcbbefe7c61 (patch) | |
| tree | 3ac8729af80d1cc347bac92b7663311b6da22fbf /gnu/packages | |
| parent | 7596ae1034a6878ecbe9e65a642a1434a78b1cf0 (diff) | |
gnu: gnupg: Update to 2.2.23 [security fixes].
No CVE assigned yet. See <https://dev.gnupg.org/T5050>.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.23.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/gnupg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 276653b66da..2f663b33620 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm | |||
| @@ -254,7 +254,7 @@ compatible to GNU Pth.") | |||
| 254 | (define-public gnupg | 254 | (define-public gnupg |
| 255 | (package | 255 | (package |
| 256 | (name "gnupg") | 256 | (name "gnupg") |
| 257 | (version "2.2.22") | 257 | (version "2.2.23") |
| 258 | (source (origin | 258 | (source (origin |
| 259 | (method url-fetch) | 259 | (method url-fetch) |
| 260 | (uri (string-append "mirror://gnupg/gnupg/gnupg-" version | 260 | (uri (string-append "mirror://gnupg/gnupg/gnupg-" version |
| @@ -262,7 +262,7 @@ compatible to GNU Pth.") | |||
| 262 | (patches (search-patches "gnupg-default-pinentry.patch")) | 262 | (patches (search-patches "gnupg-default-pinentry.patch")) |
| 263 | (sha256 | 263 | (sha256 |
| 264 | (base32 | 264 | (base32 |
| 265 | "0nw5iprr3mq3b2nsp4dvqwp0dailvswmgyz0qkcbj40rbrb704vw")))) | 265 | "0p6ss4f3vlkf91pmp27bmvfr5bdxxi0pb3dmxpqljglbsx4mxd8h")))) |
| 266 | (build-system gnu-build-system) | 266 | (build-system gnu-build-system) |
| 267 | (native-inputs | 267 | (native-inputs |
| 268 | `(("pkg-config" ,pkg-config))) | 268 | `(("pkg-config" ,pkg-config))) |
