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:
Efraim Flashner 2024-09-22 13:26:56 +03:00
parent c82e245b15
commit 171ed260d6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -52544,14 +52544,14 @@ library.")
(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)