mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: rust-snapbox-0.4: Update to 0.4.16.
* gnu/packages/crates-io.scm (rust-snapbox-0.4): Update to 0.4.16. [cargo-inputs]: Replace rust-windows-sys-0.48 with 0.52. Change-Id: I6e7bf6487d93a89519edc91f0301a72879b5d0d4 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
c85b99c15c
commit
f08c73e077
1 changed files with 3 additions and 3 deletions
|
@ -69201,14 +69201,14 @@ It is also flexible enough to build your own test harness like @code{trycmd}.")
|
|||
(define-public rust-snapbox-0.4
|
||||
(package
|
||||
(name "rust-snapbox")
|
||||
(version "0.4.14")
|
||||
(version "0.4.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "snapbox" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1varn9khd05s66lv5abw56ib199z3val13ix8wbc25a7dq5pqdsb"))))
|
||||
"1v732vpzkjyawwvcq2xdf5q4s6bxrqmqih8kgc5gada9vwq5l53k"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
@ -69231,7 +69231,7 @@ It is also flexible enough to build your own test harness like @code{trycmd}.")
|
|||
("rust-tempfile" ,rust-tempfile-3)
|
||||
("rust-wait-timeout" ,rust-wait-timeout-0.2)
|
||||
("rust-walkdir" ,rust-walkdir-2)
|
||||
("rust-windows-sys" ,rust-windows-sys-0.48))))
|
||||
("rust-windows-sys" ,rust-windows-sys-0.52))))
|
||||
(home-page "https://github.com/assert-rs/trycmd/tree/main/crates/snapbox")
|
||||
(synopsis "Snapshot testing toolbox")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue