gnu: rust-glob-0.3: Update to 0.3.1.
* gnu/packages/crates-io.scm (rust-glob-0.3): Update to 0.3.1. [arguments]: Don't skip tests. Add cargo-test-flags to skip select tests. [cargo-development-inputs]: Add rust-doc-comment-0.3. [home-page]: Update to new home-page.
parent
49953e30fb
commit
2028830f0b
gnu/packages
|
@ -29868,7 +29868,7 @@ OpenGL's old and error-prone API.")
|
|||
(define-public rust-glob-0.3
|
||||
(package
|
||||
(name "rust-glob")
|
||||
(version "0.3.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -29876,13 +29876,16 @@ OpenGL's old and error-prone API.")
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x25wfr7vg3mzxc9x05dcphvd3nwlcmbnxrvwcvrrdwplcrrk4cv"))))
|
||||
"16zca52nglanv23q5qrwd5jinw3d3as5ylya6y1pbx47vkxvrynj"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
`(#:cargo-test-flags
|
||||
'("--release" "--"
|
||||
"--skip=test::test_iteration_errors")
|
||||
#:cargo-development-inputs
|
||||
(("rust-tempdir" ,rust-tempdir-0.3))))
|
||||
(home-page "https://github.com/rust-lang-nursery/glob")
|
||||
(("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||
("rust-tempdir" ,rust-tempdir-0.3))))
|
||||
(home-page "https://github.com/rust-lang/glob")
|
||||
(synopsis "Match file paths against Unix shell style patterns")
|
||||
(description
|
||||
"This package provides support for matching file paths against Unix
|
||||
|
|
Reference in New Issue