gnu: rust-pcre2-0.2: Update to 0.2.6.
* gnu/packages/crates-io.scm (rust-pcre2-0.2): Update to 0.2.6. [native-inputs]: Move pcre2 ... [inputs]: ... to here. Change-Id: Iac385ad91bc73dae03b8ea462f0db900fcf0e229 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
24e477d023
commit
8c6d5092ff
1 changed files with 8 additions and 12 deletions
|
@ -54009,25 +54009,21 @@ library.")
|
||||||
(define-public rust-pcre2-0.2
|
(define-public rust-pcre2-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-pcre2")
|
(name "rust-pcre2")
|
||||||
(version "0.2.3")
|
(version "0.2.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "pcre2" version))
|
(uri (crate-uri "pcre2" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "19w80j4f87hzdxbh5iilhbmx0vv02aybxr1ximbd7hszxal577ac"))))
|
||||||
"1c8sn70h72llf26sya9v26zmaamq350q57nwv6fl6fwhd4phzcw5"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2)
|
||||||
(("rust-libc" ,rust-libc-0.2)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-pcre2-sys" ,rust-pcre2-sys-0.2))))
|
||||||
("rust-pcre2-sys" ,rust-pcre2-sys-0.2)
|
(native-inputs (list pkg-config))
|
||||||
("rust-thread-local" ,rust-thread-local-1))))
|
(inputs (list pcre2))
|
||||||
(native-inputs
|
|
||||||
(list pcre2 pkg-config))
|
|
||||||
(home-page "https://github.com/BurntSushi/rust-pcre2")
|
(home-page "https://github.com/BurntSushi/rust-pcre2")
|
||||||
(synopsis "High level wrapper library for PCRE2")
|
(synopsis "High level wrapper library for PCRE2")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue