Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-which-4): Update to 4.2.2.
This commit is contained in:
Nicolas Goaziou 2021-12-17 22:44:40 +01:00 committed by Leo Famulari
parent c7b279b9d0
commit 60b973f6d9
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -62869,20 +62869,22 @@ using @code{bindgen}.")
(define-public rust-which-4 (define-public rust-which-4
(package (package
(name "rust-which") (name "rust-which")
(version "4.1.0") (version "4.2.2")
(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 "1zixp9631knhnvd8c3si4wn01fldq063s86jxlmwxwmx5kj52mdm")))) (base32 "1nbsy9f5sn206jzby28if4m4s0m21n97mhk8qd703g3rya77l67a"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-either" ,rust-either-1) (("rust-either" ,rust-either-1)
("rust-libc" ,rust-libc-0.2)))) ("rust-lazy-static" ,rust-lazy-static-1)
("rust-libc" ,rust-libc-0.2)
("rust-regex" ,rust-regex-1))))
(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