gnu: rust-grep-pcre2-0.1: Update to 0.1.4.
* gnu/packages/crates-io.scm (rust-grep-pcre2-0.1): Update to 0.1.4.
This commit is contained in:
parent
187c232f18
commit
9ce795a7d6
1 changed files with 2 additions and 2 deletions
|
@ -9272,7 +9272,7 @@ (define-public rust-grep-matcher-0.1
|
|||
(define-public rust-grep-pcre2-0.1
|
||||
(package
|
||||
(name "rust-grep-pcre2")
|
||||
(version "0.1.3")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9281,7 +9281,7 @@ (define-public rust-grep-pcre2-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wjc3gsan20gapga8nji6jcrmwn9n85q5zf2yfq6g50c7abkc2ql"))))
|
||||
"0sk8b188j81zfrmmy7jsq0pckydz42qf7w0pd2lwyfsa2nw4yksb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue