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
This commit is contained in:
Efraim Flashner 2024-12-25 09:28:46 +02:00
parent b554fdc54d
commit 1a4f0fbe3b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -422,14 +422,14 @@ (define-public rust-sequoia-keystore-backend-0.6
(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 @@ (define-public rust-sequoia-keystore-gpg-agent-0.4
("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)