diff options
| author | Antoine Côté <antoine.cote@posteo.net> | 2025-06-17 07:57:06 -0400 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:24:30 +0100 |
| commit | fceafe200b8448b407615d75671ff5084f8b050a (patch) | |
| tree | 2e9eb06ffb6b5520483892fa308dda1d25fdacaa /gnu/packages | |
| parent | a98c0d94e80c046e10fdc7b10c7f619e2239d082 (diff) | |
gnu: gnupg: Update to 2.4.8.
* gnu/packages/gnupg.scm (gnupg): Update to 2.4.8.
Change-Id: I61d4dee4687a204ad3fde2afa177768a28c87f9b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/gnupg.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index ecb018159a0..2e6987f44a9 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -24,6 +24,7 @@ ;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim@guixotic.coop> ;;; Copyright © 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2025 Antoine Côté <antoine.cote@posteo.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -321,7 +322,7 @@ compatible to GNU Pth.") ;; Note: Odd minor versions are usually for development purposes. See ;; <https://gnupg.org/download/index.html> for how to pick the right ;; version. - (version "2.4.7") + (version "2.4.8") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version @@ -329,7 +330,7 @@ compatible to GNU Pth.") (patches (search-patches "gnupg-default-pinentry.patch")) (sha256 (base32 - "0ipbhlxwr79l66b907640a0j67s04w826s50djqf7q579mp7093v")))) + "05l666aha1nxpiiras446zmkhcgqnp33y74wyhzj9lq4kgbq135m")))) (build-system gnu-build-system) (native-inputs (list pkg-config)) |
