mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: rust-grep-matcher-0.1: Update to 0.1.7.
* gnu/packages/crates-io.scm (rust-grep-matcher-0.1): Update to 0.1.7. Change-Id: I9cb95066535c129a93a15e49e378e50ee030c71e Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
bf00eced14
commit
a38a119047
1 changed files with 3 additions and 5 deletions
|
@ -33720,16 +33720,14 @@ (define-public rust-grep-cli-0.1
|
||||||
(define-public rust-grep-matcher-0.1
|
(define-public rust-grep-matcher-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-grep-matcher")
|
(name "rust-grep-matcher")
|
||||||
(version "0.1.5")
|
(version "0.1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "grep-matcher" version))
|
(uri (crate-uri "grep-matcher" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "00mcjar5b6y1pwf0gjdywzgh1fnp6jl612n9qznwyfm420d198s7"))))
|
||||||
"1k618qni7bgx9mvdp1kaznqjvn2gpgiasrmi0cqd6b066cy5c9vd"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue