mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-pcre2-0.2: Update to 0.2.9.
* gnu/packages/crates-io.scm (rust-pcre2-0.2): Update to 0.2.9. Change-Id: I28cdc59e6fdc2706aae66f9af8ccc8f0194b60e7
This commit is contained in:
parent
73225a2de4
commit
ff9f186e26
1 changed files with 2 additions and 2 deletions
|
@ -52564,14 +52564,14 @@ (define-public rust-pciid-parser-0.6
|
|||
(define-public rust-pcre2-0.2
|
||||
(package
|
||||
(name "rust-pcre2")
|
||||
(version "0.2.6")
|
||||
(version "0.2.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pcre2" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "19w80j4f87hzdxbh5iilhbmx0vv02aybxr1ximbd7hszxal577ac"))))
|
||||
(base32 "0avb52h3ppw6kp9ynlw988c745am9j7px2cdsm0la10qmi1mrr9v"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2)
|
||||
|
|
Loading…
Reference in a new issue