mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: rust-globset-0.4: Update to 0.4.6.
* gnu/packages/crates-io.scm (rust-globset-0.4): Update to 0.4.6.
This commit is contained in:
parent
9aa1d9e0eb
commit
3b34218705
1 changed files with 2 additions and 2 deletions
|
@ -17437,7 +17437,7 @@ (define-public rust-glob-0.2
|
|||
(define-public rust-globset-0.4
|
||||
(package
|
||||
(name "rust-globset")
|
||||
(version "0.4.5")
|
||||
(version "0.4.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -17446,7 +17446,7 @@ (define-public rust-globset-0.4
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0841ihdg1ps2618cs0kjbr3pn3rzrj24rx3n4pg1sa6p1d1xmlbs"))))
|
||||
"0jhy0qs5k43g8zyx1fys44kcdzjmcrwjyv9n703kj8g4y6g1cln1"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue