efraim pushed a commit to branch rust-team
in repository guix.
commit 5e1e8724feb263603e5c313c17def57455ac789c
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Dec 25 09:40:20 2024 +0200
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
---
gnu/packages/sequoia.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
index e538347f95..894532489c 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,