mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Move rust-fiat-crypto-0.1.
* gnu/packages/crates-io.scm (rust-fiat-crypto-0.1): Move from here... * gnu/packages/crates-crypto.scm (rust-fiat-crypto-0.1): ...to here. Change-Id: Ie8156d2318a66200c698c78dd2edd7ff92664bc6 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
c1a71d9259
commit
78aae8276f
2 changed files with 18 additions and 18 deletions
|
@ -2353,6 +2353,24 @@ (define-public rust-elliptic-curve-0.12
|
|||
("rust-sha2" ,rust-sha2-0.10)
|
||||
("rust-sha3" ,rust-sha3-0.10))))))
|
||||
|
||||
(define-public rust-fiat-crypto-0.1
|
||||
(package
|
||||
(name "rust-fiat-crypto")
|
||||
(version "0.1.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "fiat-crypto" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "12gyr01z3bkahbxcrj2nsdq42qbqgq12w32dvpr6a7930i0qfxi1"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/mit-plv/fiat-crypto")
|
||||
(synopsis "Fiat-crypto generated Rust")
|
||||
(description "This crate provides the extracted Rust code from the Coq
|
||||
@code{fiat-crypto} libraries.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-ghash-0.5
|
||||
(package
|
||||
(name "rust-ghash")
|
||||
|
|
|
@ -24868,24 +24868,6 @@ (define-public rust-ff-derive-0.12
|
|||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-fiat-crypto-0.1
|
||||
(package
|
||||
(name "rust-fiat-crypto")
|
||||
(version "0.1.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "fiat-crypto" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "12gyr01z3bkahbxcrj2nsdq42qbqgq12w32dvpr6a7930i0qfxi1"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/mit-plv/fiat-crypto")
|
||||
(synopsis "Fiat-crypto generated Rust")
|
||||
(description "This crate provides the extracted Rust code from the Coq
|
||||
@code{fiat-crypto} libraries.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-figment-0.10
|
||||
(package
|
||||
(name "rust-figment")
|
||||
|
|
Loading…
Reference in a new issue