mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-globset-0.4: Update to 0.4.15.
* gnu/packages/crates-io.scm (rust-globset-0.4): Update to 0.4.15. [cargo-inputs]: Remove rust-fnv-1. Change-Id: I86407698d44a94364ec2eb691bb45c2904573f03
This commit is contained in:
parent
a71edd7040
commit
6cec29ab05
1 changed files with 2 additions and 3 deletions
|
@ -30649,20 +30649,19 @@ (define-public rust-glob-0.2
|
|||
(define-public rust-globset-0.4
|
||||
(package
|
||||
(name "rust-globset")
|
||||
(version "0.4.14")
|
||||
(version "0.4.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "globset" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1qab0c1drpybgm4nc92lf8b46x0ap44c9y4k23rndgc5bfdkpnjp"))))
|
||||
(base32 "06gv8a5mg5q724lhdq4hp6zmv923whzm7mgpkghz3rs6crlcxw8m"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-aho-corasick" ,rust-aho-corasick-1)
|
||||
("rust-bstr" ,rust-bstr-1)
|
||||
("rust-fnv" ,rust-fnv-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-regex-automata" ,rust-regex-automata-0.4)
|
||||
("rust-regex-syntax" ,rust-regex-syntax-0.8)
|
||||
|
|
Loading…
Reference in a new issue