summaryrefslogtreecommitdiff
path: root/gnu/packages/sequoia.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-12-25 09:40:20 +0200
committerEfraim Flashner <efraim@flashner.co.il>2025-01-06 12:18:22 +0200
commit6afd0c497d226ee44924c9dc14aec6372b18d79f (patch)
treed2d4e79dda92b4be0a346725b14f094cbef563e7 /gnu/packages/sequoia.scm
parente9588272b4e4a042f21943bf693062ce9527b014 (diff)
gnu: sequoia: Update to 1.22.0.
* gnu/packages/sequoia.scm (sequoia): Update to 1.22.0. [inputs]: Add sequoia-wot-tools. Remove sequoia-wot. Change-Id: I1532f5c0cbde20d8f416ae2b8f5cb85ef0807585
Diffstat (limited to 'gnu/packages/sequoia.scm')
-rw-r--r--gnu/packages/sequoia.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
index e538347f951..894532489cd 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -1200,7 +1200,7 @@ This Guix package is built to use the nettle cryptographic library.")
(define-public sequoia
(package
(name "sequoia")
- (version "1.21.2")
+ (version "1.22.0")
(source #f)
(build-system trivial-build-system)
(arguments
@@ -1231,7 +1231,7 @@ This Guix package is built to use the nettle cryptographic library.")
(list ;glibc ;; for ldconfig in make-dynamic-linker-cache
sequoia-sq
sequoia-sqv
- sequoia-wot))
+ sequoia-wot-tools))
(home-page "https://sequoia-pgp.org")
(synopsis "New OpenPGP implementation (meta-package)")
(description "Sequoia is a new OpenPGP implementation, written in Rust,