mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: Add rust-group-0.13.
* gnu/packages/crates-io.scm (rust-group-0.13): New variable.
This commit is contained in:
parent
918084c5a9
commit
2a80d8ed56
1 changed files with 25 additions and 0 deletions
|
@ -26345,6 +26345,31 @@ (define-public rust-grep-searcher-0.1
|
||||||
"Fast line oriented regex searching as a library.")
|
"Fast line oriented regex searching as a library.")
|
||||||
(license (list license:unlicense license:expat))))
|
(license (list license:unlicense license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-group-0.13
|
||||||
|
(package
|
||||||
|
(name "rust-group")
|
||||||
|
(version "0.13.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "group" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0qqs2p5vqnv3zvq9mfjkmw3qlvgqb0c3cm6p33srkh7pc9sfzygh"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-ff" ,rust-ff-0.13)
|
||||||
|
("rust-memuse" ,rust-memuse-0.2)
|
||||||
|
("rust-rand" ,rust-rand-0.8)
|
||||||
|
("rust-rand-core" ,rust-rand-core-0.6)
|
||||||
|
("rust-rand-xorshift" ,rust-rand-xorshift-0.3)
|
||||||
|
("rust-subtle" ,rust-subtle-2))))
|
||||||
|
(home-page "https://github.com/zkcrypto/group")
|
||||||
|
(synopsis "Elliptic curve group traits and utilities")
|
||||||
|
(description "Elliptic curve group traits and utilities.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-groupable-0.2
|
(define-public rust-groupable-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-groupable")
|
(name "rust-groupable")
|
||||||
|
|
Loading…
Reference in a new issue