efraim pushed a commit to branch rust-team
in repository guix.
commit 99dbbd8c5ea1e838d5d2e9557a3bdd35f3638245
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Sep 22 21:26:42 2024 +0300
gnu: Add rust-sequoia-keystore-0.6.
* gnu/packages/sequoia.scm (rust-sequoia-keystore-0.6): New variable.
(rust-sequoia-keystore-0.2): Remove variable.
Change-Id: I8ec2457bebef04f8498c1b5e87e98e852539e77f
---
gnu/packages/sequoia.scm | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
index 35279743b1..a9b872830b 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -187,22 +187,23 @@ than just headers; it requires tight integration with the
MUA.")
"This package provides interprocess communication infrastructure for
Sequoia.")
(license license:lgpl2.0+)))
-(define-public rust-sequoia-keystore-0.2
+(define-public rust-sequoia-keystore-0.6
(package
(name "rust-sequoia-keystore")
- (version "0.2.0")
+ (version "0.6.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "sequoia-keystore" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "11rb2k5v2mc5nf2bafp78nydgcx4gizyxqa9b9lc3d1b73mqv2ad"))))
+ (base32 "168scr1nv5h1fm67p1p59ym267db07kg3fw3shrramaq0af2smx8"))))
(build-system cargo-build-system)
(arguments
`(#:features '("sequoia-openpgp/crypto-nettle")
#:cargo-inputs
(("rust-anyhow" ,rust-anyhow-1)
+ ("rust-async-generic" ,rust-async-generic-1)
("rust-capnp" ,rust-capnp-0.19)
("rust-capnpc" ,rust-capnpc-0.19)
("rust-dirs" ,rust-dirs-5)
@@ -210,9 +211,13 @@ than just headers; it requires tight integration with the
MUA.")
("rust-lazy-static" ,rust-lazy-static-1)
("rust-log" ,rust-log-0.4)
("rust-paste" ,rust-paste-1)
- ("rust-sequoia-ipc" ,rust-sequoia-ipc-0.33)
- ("rust-sequoia-keystore-backend" ,rust-sequoia-keystore-backend-0.2)
- ("rust-sequoia-keystore-softkeys" ,rust-sequoia-keystore-softkeys-0.2)
+ ("rust-sequoia-directories" ,rust-sequoia-directories-0.1)
+ ("rust-sequoia-ipc" ,rust-sequoia-ipc-0.35)
+ ("rust-sequoia-keystore-backend" ,rust-sequoia-keystore-backend-0.6)
+ ("rust-sequoia-keystore-gpg-agent"
,rust-sequoia-keystore-gpg-agent-0.4)
+ ("rust-sequoia-keystore-openpgp-card"
,rust-sequoia-keystore-openpgp-card-0.1)
+ ("rust-sequoia-keystore-softkeys" ,rust-sequoia-keystore-softkeys-0.6)
+ ("rust-sequoia-keystore-tpm" ,rust-sequoia-keystore-tpm-0.1)
("rust-sequoia-openpgp" ,rust-sequoia-openpgp-1)
("rust-thiserror" ,rust-thiserror-1)
("rust-tokio" ,rust-tokio-1)