mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: rust-ignore-0.4: Update to 0.4.11.
* gnu/packages/crates-io.scm (rust-ignore-0.4): Update to 0.4.11. [arguments]: Don't skip build. In cargo-inputs replace rust-crossbeam-channel-0.3 with 0.4, rust-thread-local-0.3 with 1.0. Remove rust-winapi-util-0.1. Remove rust-tempfile-3.0 from cargo-development-inputs.
This commit is contained in:
parent
4574847cca
commit
5669972364
1 changed files with 6 additions and 10 deletions
|
@ -5138,7 +5138,7 @@ (define-public rust-idna-0.1
|
|||
(define-public rust-ignore-0.4
|
||||
(package
|
||||
(name "rust-ignore")
|
||||
(version "0.4.7")
|
||||
(version "0.4.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5147,23 +5147,19 @@ (define-public rust-ignore-0.4
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00mhksl41dnlsjqmka8c5a0m4spwm70ilm1qd9rngwq552hpzicd"))))
|
||||
"07js5k91v870b2i5rl5shg37214yzwl0p6fjqy06y0v97gyawbaj"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-crossbeam-channel" ,rust-crossbeam-channel-0.3)
|
||||
`(#:cargo-inputs
|
||||
(("rust-crossbeam-channel" ,rust-crossbeam-channel-0.4)
|
||||
("rust-globset" ,rust-globset-0.4)
|
||||
("rust-lazy-static" ,rust-lazy-static-1.3)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-memchr" ,rust-memchr-2.2)
|
||||
("rust-regex" ,rust-regex-1.1)
|
||||
("rust-same-file" ,rust-same-file-1.0)
|
||||
("rust-thread-local" ,rust-thread-local-0.3)
|
||||
("rust-walkdir" ,rust-walkdir-2.2)
|
||||
("rust-winapi-util" ,rust-winapi-util-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-tempfile" ,rust-tempfile-3.0))))
|
||||
("rust-thread-local" ,rust-thread-local-1.0)
|
||||
("rust-walkdir" ,rust-walkdir-2.2))))
|
||||
(home-page "https://github.com/BurntSushi/ripgrep/tree/master/ignore")
|
||||
(synopsis "Efficiently match ignore files such as .gitignore")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue