gnu: rust-is-terminal-0.4: Update to 0.4.7.
* gnu/packages/crates-io.scm (rust-is-terminal-0.4): Update to 0.4.7. [cargo-inputs]: Replace rust-hermit-abi-0.2 with 0.3, rust-rustix-0.36 with 0.37, rust-windows-sys-0.42 with 0.48. [cargo-development-inputs]: Add rust-atty-0.2, rust-libc-0.2, rust-tempfile-3.
parent
a85a0b8ab9
commit
c425fd7c3d
|
@ -30584,21 +30584,25 @@ whether or not a given path points to an executable file.")
|
||||||
(define-public rust-is-terminal-0.4
|
(define-public rust-is-terminal-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-is-terminal")
|
(name "rust-is-terminal")
|
||||||
(version "0.4.1")
|
(version "0.4.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "is-terminal" version))
|
(uri (crate-uri "is-terminal" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c2322dg9s35h87ln33w6qsjlgplhzza89rwmkvac4r9ikvhjxlj"))))
|
"07xyfla3f2jjb666s72la5jvl9zq7mixbqkjvyfi5j018rhr7kxd"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-hermit-abi" ,rust-hermit-abi-0.2)
|
(("rust-hermit-abi" ,rust-hermit-abi-0.3)
|
||||||
("rust-io-lifetimes" ,rust-io-lifetimes-1)
|
("rust-io-lifetimes" ,rust-io-lifetimes-1)
|
||||||
("rust-rustix" ,rust-rustix-0.36)
|
("rust-rustix" ,rust-rustix-0.37)
|
||||||
("rust-windows-sys" ,rust-windows-sys-0.42))))
|
("rust-windows-sys" ,rust-windows-sys-0.48))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-atty" ,rust-atty-0.2)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-tempfile" ,rust-tempfile-3))))
|
||||||
(home-page "https://github.com/sunfishcode/is-terminal")
|
(home-page "https://github.com/sunfishcode/is-terminal")
|
||||||
(synopsis "Test whether a given stream is a terminal")
|
(synopsis "Test whether a given stream is a terminal")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue