mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-fiat-crypto-0.2: Update to 0.2.9.
* gnu/packages/crates-crypto.scm (rust-fiat-crypto-0.2): Update to 0.2.9. Change-Id: Ib03bcd80b1618edc9733068442c25bae6837f5d8
This commit is contained in:
parent
6e053b170e
commit
f2c64b0d19
1 changed files with 2 additions and 2 deletions
|
@ -2582,14 +2582,14 @@ curve forms, scalars, points, and public/secret keys composed thereof.")
|
|||
(define-public rust-fiat-crypto-0.2
|
||||
(package
|
||||
(name "rust-fiat-crypto")
|
||||
(version "0.2.6")
|
||||
(version "0.2.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "fiat-crypto" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "10hkkkjynhibvchznkxx81gwxqarn9i5sgz40d6xxb8xzhsz8xhn"))))
|
||||
(base32 "07c1vknddv3ak7w89n85ik0g34nzzpms6yb845vrjnv9m4csbpi8"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/mit-plv/fiat-crypto")
|
||||
(synopsis "Fiat-crypto generated Rust")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue