mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add rust-predicates-core-1.
* gnu/packages/crates-io.scm (rust-predicates-core-1): New variable.
This commit is contained in:
parent
cac43cce40
commit
4cd67b69b3
1 changed files with 21 additions and 0 deletions
|
@ -17995,6 +17995,27 @@ (define-public rust-precomputed-hash-0.1
|
||||||
dependency to expose a precomputed hash.")
|
dependency to expose a precomputed hash.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-predicates-core-1
|
||||||
|
(package
|
||||||
|
(name "rust-predicates-core")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "predicates-core" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0y3ingf2i4xx7r61f1a8wizs57j8hh32hylyjbw9ymcj7qx5q1q6"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page
|
||||||
|
"https://github.com/assert-rs/predicates-rs/tree/master/predicates-core")
|
||||||
|
(synopsis "API for boolean-valued predicate functions")
|
||||||
|
(description
|
||||||
|
"An API for boolean-valued predicate functions.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-pretty-assertions-0.6
|
(define-public rust-pretty-assertions-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-pretty-assertions")
|
(name "rust-pretty-assertions")
|
||||||
|
|
Loading…
Reference in a new issue