efraim pushed a commit to branch rust-team
in repository guix.
commit 96ef8891b4d55820ddbcd407cce86c76473d550c
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Dec 25 09:28:46 2024 +0200
gnu: rust-sequoia-keystore-gpg-agent-0.4: Update to 0.4.1.
* gnu/packages/sequoia.scm (rust-sequoia-keystore-gpg-agent-0.4): Update
to 0.4.1.
[cargo-inputs]: Replace rust-sequoia-gpg-agent-0.4 with 0.5.
Change-Id: I23a1e16183fa326019134285e88d672c8b548fe5
---
gnu/packages/sequoia.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
index 6a5ea35953..f956a86c56 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -422,14 +422,14 @@ than just headers; it requires tight integration with the
MUA.")
(define-public rust-sequoia-keystore-gpg-agent-0.4
(package
(name "rust-sequoia-keystore-gpg-agent")
- (version "0.4.0")
+ (version "0.4.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "sequoia-keystore-gpg-agent" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0s5spxk7v6cdcfzrya4y1n29m09kkrlmqacnrq2azik92kwva1mk"))))
+ (base32 "1qnpcydrw0l3i0i082cy9mghjjq3l25clxwfj6gcpf72d6hq0wkq"))))
(build-system cargo-build-system)
(arguments
`(#:features '("sequoia-openpgp/crypto-nettle")
@@ -440,7 +440,7 @@ than just headers; it requires tight integration with the
MUA.")
("rust-lazy-static" ,rust-lazy-static-1)
("rust-log" ,rust-log-0.4)
("rust-openpgp-cert-d" ,rust-openpgp-cert-d-0.3)
- ("rust-sequoia-gpg-agent" ,rust-sequoia-gpg-agent-0.4)
+ ("rust-sequoia-gpg-agent" ,rust-sequoia-gpg-agent-0.5)
("rust-sequoia-ipc" ,rust-sequoia-ipc-0.35)
("rust-sequoia-keystore-backend" ,rust-sequoia-keystore-backend-0.6)
("rust-sequoia-openpgp" ,rust-sequoia-openpgp-1)