gnu: rust-grep-regex-0.1: Update to 0.1.9.
* gnu/packages/crates-io.scm (rust-grep-regex-0.1): Update to 0.1.9.
This commit is contained in:
parent
2b3e1790cf
commit
250cba79aa
1 changed files with 2 additions and 2 deletions
|
@ -18166,7 +18166,7 @@ (define-public rust-grep-printer-0.1
|
|||
(define-public rust-grep-regex-0.1
|
||||
(package
|
||||
(name "rust-grep-regex")
|
||||
(version "0.1.8")
|
||||
(version "0.1.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -18175,7 +18175,7 @@ (define-public rust-grep-regex-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lm3mpp93m8qw6sgcqw64inadp0z061x3xb0pnn51684594mxfm7"))))
|
||||
"01mx4xsrfp5hf8dpnvld1svs6i5dpg6xghigp4wkhdlcfv4m658j"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue