mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-sequoia-keystore-0.6: Update to 0.6.2.
* gnu/packages/sequoia.scm (rust-sequoia-keystore-0.6): Update to 0.6.2. Change-Id: Ia46634f133fae57a157469cd427e114368beb085
This commit is contained in:
parent
472250755a
commit
b1eae16f09
1 changed files with 2 additions and 2 deletions
|
@ -340,14 +340,14 @@ than just headers; it requires tight integration with the MUA.")
|
||||||
(define-public rust-sequoia-keystore-0.6
|
(define-public rust-sequoia-keystore-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-sequoia-keystore")
|
(name "rust-sequoia-keystore")
|
||||||
(version "0.6.1")
|
(version "0.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "sequoia-keystore" version))
|
(uri (crate-uri "sequoia-keystore" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "168scr1nv5h1fm67p1p59ym267db07kg3fw3shrramaq0af2smx8"))))
|
(base32 "1qy3nk2r39m5mzvx58ij7a1r9hiw0fmgmjrad6j4nf8djids5lsx"))))
|
||||||
(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