mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@ the regex engine it uses pluggable.")
|
||||||
(define-public rust-grep-pcre2-0.1
|
(define-public rust-grep-pcre2-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-grep-pcre2")
|
(name "rust-grep-pcre2")
|
||||||
(version "0.1.3")
|
(version "0.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9281,7 +9281,7 @@ the regex engine it uses pluggable.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wjc3gsan20gapga8nji6jcrmwn9n85q5zf2yfq6g50c7abkc2ql"))))
|
"0sk8b188j81zfrmmy7jsq0pckydz42qf7w0pd2lwyfsa2nw4yksb"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue