gnu: Add rust-hamcrest2-0.3.
* gnu/packages/crates-io.scm (rust-hamcrest2-0.3): New variable.
This commit is contained in:
parent
55413f9bcb
commit
3f1cc80ac6
1 changed files with 23 additions and 0 deletions
|
@ -17271,6 +17271,29 @@ highlighting for a large number of languages, git integration, and automatic
|
||||||
paging.")
|
paging.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-hamcrest2-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-hamcrest2")
|
||||||
|
(version "0.3.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "hamcrest2" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0x8hx7jyzz2bl0wf6nir62imd26yhp6qcr7zf76cjpg05p33gy29"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-num" ,rust-num-0.2)
|
||||||
|
("rust-regex" ,rust-regex-1))))
|
||||||
|
(home-page "https://github.com/Valloric/hamcrest2-rust")
|
||||||
|
(synopsis "Rust port of the Hamcrest testing library")
|
||||||
|
(description
|
||||||
|
"This package provides a port of the Hamcrest testing library.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-handlebars-2
|
(define-public rust-handlebars-2
|
||||||
(package
|
(package
|
||||||
(name "rust-handlebars")
|
(name "rust-handlebars")
|
||||||
|
|
Reference in a new issue