gnu: rust-expect-test-1: Update to 1.4.1.

* gnu/packages/crates-io.scm (rust-expect-test-1): Update to 1.4.1.
[arguments]: Don't skip tests.
This commit is contained in:
Efraim Flashner 2023-10-22 12:52:36 +03:00
parent 0c83d17d89
commit 55df233474
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -24410,27 +24410,21 @@ (define-public rust-expat-sys-2
(define-public rust-expect-test-1
(package
(name "rust-expect-test")
(version "1.2.2")
(version "1.4.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "expect-test" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"05nv365xd5fqydmzbsvzqz0148a1vbxp2p0r8a3ivafdvhl6ngky"))))
(base32 "1lzqx5hqh1g4llzqby4z1d18xmrjjx63c5l0na7ycf6mmpzfmn9h"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build?
#t
#:cargo-inputs
`(#:cargo-inputs
(("rust-dissimilar" ,rust-dissimilar-1)
("rust-once-cell" ,rust-once-cell-1))))
(home-page
"https://github.com/rust-analyzer/expect-test")
(synopsis
"Minimalistic snapshot testing library")
(home-page "https://github.com/rust-analyzer/expect-test")
(synopsis "Minimalistic snapshot testing library")
(description
"This package provides a minimalistic snapshot testing library.")
(license (list license:expat license:asl2.0))))