gnu: rust-pcre2-0.2: Update to 0.2.3.
* gnu/packages/crates-io.scm (rust-pcre2-0.2): Update to 0.2.3. [cargo-inputs]: Replace rust-thread-local-0.3 with 1.0.
This commit is contained in:
parent
9ce795a7d6
commit
5d07e23d61
1 changed files with 3 additions and 3 deletions
|
@ -15590,7 +15590,7 @@ (define-public rust-paste-impl-0.1
|
|||
(define-public rust-pcre2-0.2
|
||||
(package
|
||||
(name "rust-pcre2")
|
||||
(version "0.2.1")
|
||||
(version "0.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -15599,14 +15599,14 @@ (define-public rust-pcre2-0.2
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"103i66a998g1fjrqf9sdyvi8qi83hwglz3pjdcq9n2r207hsagb0"))))
|
||||
"1c8sn70h72llf26sya9v26zmaamq350q57nwv6fl6fwhd4phzcw5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-pcre2-sys" ,rust-pcre2-sys-0.2)
|
||||
("rust-thread-local" ,rust-thread-local-0.3))))
|
||||
("rust-thread-local" ,rust-thread-local-1.0))))
|
||||
(native-inputs
|
||||
`(("pcre2" ,pcre2)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue