gnu: rust-which-4: Update to 4.1.0.

* gnu/packages/crates-io.scm (rust-which-4): Update to 4.1.0.
[inputs]: Add rust-either-1. Remove rust-thiserror-1.
This commit is contained in:
Nicolas Goaziou 2021-05-14 14:26:57 +02:00
parent 71dd6d60d0
commit 8484d2e8b4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -48804,20 +48804,20 @@ (define-public rust-wepoll-sys-stjepang-1
(define-public rust-which-4 (define-public rust-which-4
(package (package
(name "rust-which") (name "rust-which")
(version "4.0.2") (version "4.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "which" version)) (uri (crate-uri "which" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1vqih4glz0kh3p08bl8mdzk4c02195ws7v6mfpyfrf5qw7vlxhc7")))) (base32 "1zixp9631knhnvd8c3si4wn01fldq063s86jxlmwxwmx5kj52mdm"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-libc" ,rust-libc-0.2) (("rust-either" ,rust-either-1)
("rust-thiserror" ,rust-thiserror-1)))) ("rust-libc" ,rust-libc-0.2))))
(home-page "https://github.com/harryfei/which-rs.git") (home-page "https://github.com/harryfei/which-rs.git")
(synopsis "Rust equivalent of Unix command @command{which}") (synopsis "Rust equivalent of Unix command @command{which}")
(description (description