mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: rust-pretty-assertions-1: Update to 1.4.0.
* gnu/packages/crates-io.scm (rust-pretty-assertions-1): Update to 1.4.0. [cargo-inputs]: Remove rust-ctor-0.1, rust-output-vt100-0.1. [home-page]: Update to new home-page. Change-Id: Id493de288538b053af4e4eb3e4d063adac5f0795
This commit is contained in:
parent
c12e1fe20f
commit
c342d3d7da
1 changed files with 4 additions and 6 deletions
|
@ -54676,22 +54676,20 @@ (define-public rust-pretty-0.5
|
|||
(define-public rust-pretty-assertions-1
|
||||
(package
|
||||
(name "rust-pretty-assertions")
|
||||
(version "1.3.0")
|
||||
(version "1.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pretty_assertions" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mgp1ajl3fdc55h989ph48znnk86m41j9dqnpg80yy5a435rnpm2"))))
|
||||
"0rmsnqlpmpfjp5gyi31xgc48kdhc1kqn246bnc494nwadhdfwz5g"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-ctor" ,rust-ctor-0.1)
|
||||
("rust-diff" ,rust-diff-0.1)
|
||||
("rust-output-vt100" ,rust-output-vt100-0.1)
|
||||
(("rust-diff" ,rust-diff-0.1)
|
||||
("rust-yansi" ,rust-yansi-0.5))))
|
||||
(home-page "https://github.com/colin-kiegel/rust-pretty-assertions")
|
||||
(home-page "https://github.com/rust-pretty-assertions/rust-pretty-assertions")
|
||||
(synopsis "Drop-in replacements for assert_eq! and assert_ne!")
|
||||
(description
|
||||
"Overwrite @code{assert_eq!} and @code{assert_ne!} with drop-in
|
||||
|
|
Loading…
Reference in a new issue