diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-05-28 11:37:09 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-23 14:11:19 +0200 |
| commit | 1bb6bb94ff241501f999de9551c171607cece6da (patch) | |
| tree | f79abc270016a5024bd629035b7e8321c4379213 | |
| parent | 73768246aaed93bb8e089eb1d6c03a5133ddd044 (diff) | |
gnu: libksba: Update to 1.8.0.
* gnu/packages/gnupg.scm (libksba): Update to 1.8.0.
Change-Id: I8edb8c70b573ba26e83858f08aa953df9acc0414
| -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 10289c7dee6..3a47634bafa 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | ;;; Copyright © 2025 Antoine Côté <antoine.cote@posteo.net> | 27 | ;;; Copyright © 2025 Antoine Côté <antoine.cote@posteo.net> |
| 28 | ;;; Copyright © 2026 Luis Guilherme Coelho <lgcoelho@disroot.org> | 28 | ;;; Copyright © 2026 Luis Guilherme Coelho <lgcoelho@disroot.org> |
| 29 | ;;; Copyright © 2026 Daniel Littlewood <dan@danielittlewood.xyz> | 29 | ;;; Copyright © 2026 Daniel Littlewood <dan@danielittlewood.xyz> |
| 30 | ;;; Copyright © 2026 Cayetano Santos <csantosb@inventati.org> | ||
| 30 | ;;; | 31 | ;;; |
| 31 | ;;; This file is part of GNU Guix. | 32 | ;;; This file is part of GNU Guix. |
| 32 | ;;; | 33 | ;;; |
| @@ -268,7 +269,7 @@ provided.") | |||
| 268 | (define-public libksba | 269 | (define-public libksba |
| 269 | (package | 270 | (package |
| 270 | (name "libksba") | 271 | (name "libksba") |
| 271 | (version "1.6.7") | 272 | (version "1.8.0") |
| 272 | (source | 273 | (source |
| 273 | (origin | 274 | (origin |
| 274 | (method url-fetch) | 275 | (method url-fetch) |
| @@ -277,7 +278,7 @@ provided.") | |||
| 277 | version ".tar.bz2")) | 278 | version ".tar.bz2")) |
| 278 | (sha256 | 279 | (sha256 |
| 279 | (base32 | 280 | (base32 |
| 280 | "0qxpmadxggx5808326i9g4ya0xrnv14mfxpg7rlvckmviq5m2wng")))) | 281 | "14lj3ld4nxf916kq01z0203x36nhgymxf0j222mg4jap16wrssr9")))) |
| 281 | (build-system gnu-build-system) | 282 | (build-system gnu-build-system) |
| 282 | (propagated-inputs | 283 | (propagated-inputs |
| 283 | (list libgpg-error)) | 284 | (list libgpg-error)) |
