mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-sequoia-gpg-agent-0.5.
* gnu/packages/sequoia.scm (rust-sequoia-gpg-agent-0.5): New variable. (rust-sequoia-gpg-agent-0.4): Remove variable. Change-Id: I3d07b3f727820b79be3b4c3504a09b82f6ffebfb
This commit is contained in:
parent
b1eae16f09
commit
b554fdc54d
1 changed files with 3 additions and 3 deletions
|
@ -251,17 +251,17 @@ than just headers; it requires tight integration with the MUA.")
|
||||||
(description "This package provides Directories used by Sequoia.")
|
(description "This package provides Directories used by Sequoia.")
|
||||||
(license license:lgpl2.0+)))
|
(license license:lgpl2.0+)))
|
||||||
|
|
||||||
(define-public rust-sequoia-gpg-agent-0.4
|
(define-public rust-sequoia-gpg-agent-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-sequoia-gpg-agent")
|
(name "rust-sequoia-gpg-agent")
|
||||||
(version "0.4.2")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "sequoia-gpg-agent" version))
|
(uri (crate-uri "sequoia-gpg-agent" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "119njpmhg0is0vlba199bmyp7fi19w8y555i89njkyrfv7yvakds"))))
|
(base32 "1f8vzxzkwdaa1v0yh5c1pb3wry734wrf2wwsa1zvypwxgvs129fc"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:features '("sequoia-openpgp/crypto-nettle")
|
`(#:features '("sequoia-openpgp/crypto-nettle")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue