diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2020-08-28 14:11:33 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2020-08-28 14:11:33 +0300 |
| commit | 19fd7dc3a60aa08605cf85b2acae7764682bc8d8 (patch) | |
| tree | 3042292bba1c577976d529b55cb71907b86cc553 /gnu | |
| parent | d81b89bf0231c1a994d5f54bc60002f434a3f567 (diff) | |
gnu: gnupg: Update to 2.2.22.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.22.
Diffstat (limited to 'gnu')
| -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 582e34fb3fd..276653b66da 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.20") | 257 | (version "2.2.22") |
| 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 | "0c6a4v9p6qzhsw1pfcwc459bxpc8hma0w9z8iqb9khvligack9q4")))) | 265 | "0nw5iprr3mq3b2nsp4dvqwp0dailvswmgyz0qkcbj40rbrb704vw")))) |
| 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))) |
