mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-grep-matcher-0.1: Update to 0.1.5.
* gnu/packages/crates-io.scm (rust-grep-matcher-0.1): Update to 0.1.5.
This commit is contained in:
parent
896ac684a6
commit
d450ef9c66
1 changed files with 2 additions and 2 deletions
|
@ -18079,7 +18079,7 @@ (define-public rust-grep-cli-0.1
|
|||
(define-public rust-grep-matcher-0.1
|
||||
(package
|
||||
(name "rust-grep-matcher")
|
||||
(version "0.1.4")
|
||||
(version "0.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -18088,7 +18088,7 @@ (define-public rust-grep-matcher-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0l4k9c0iw17vqw02z0wbx1nfj9h2xiiqx1px32lhhw7ibbyy3w7x"))))
|
||||
"1k618qni7bgx9mvdp1kaznqjvn2gpgiasrmi0cqd6b066cy5c9vd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue