mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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:
parent
b554fdc54d
commit
1a4f0fbe3b
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue