mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add rust-pretty-assertions-0.4.
* gnu/packages/crates-io.scm (rust-pretty-assertions-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
dfcfb4f490
commit
a24a02f61a
1 changed files with 21 additions and 0 deletions
|
@ -18903,6 +18903,27 @@ (define-public rust-pretty-assertions-0.6
|
|||
replacements, adding colorful diffs.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-pretty-assertions-0.4
|
||||
(package
|
||||
(inherit rust-pretty-assertions-0.6)
|
||||
(name "rust-pretty-assertions")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pretty_assertions" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1llxlnhh4qz9kda27v6nllgzvgi1fv08i3djfk4zn6zlw8c53si8"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
#:cargo-inputs
|
||||
(("rust-ansi-term" ,rust-ansi-term-0.9)
|
||||
("rust-difference" ,rust-difference-1))))))
|
||||
|
||||
(define-public rust-pretty-assertions-0.2
|
||||
(package
|
||||
(name "rust-pretty-assertions")
|
||||
|
|
Loading…
Reference in a new issue