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:
Efraim Flashner 2024-12-04 11:49:19 +02:00
parent 6e053b170e
commit f2c64b0d19
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")