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:
Jakub Kądziołka 2020-06-25 00:53:31 +02:00
parent 9ce795a7d6
commit 5d07e23d61
No known key found for this signature in database
GPG Key ID: E315A75846131564

View File

@ -15590,7 +15590,7 @@ synchronization primitives.")
(define-public rust-pcre2-0.2 (define-public rust-pcre2-0.2
(package (package
(name "rust-pcre2") (name "rust-pcre2")
(version "0.2.1") (version "0.2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -15599,14 +15599,14 @@ synchronization primitives.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"103i66a998g1fjrqf9sdyvi8qi83hwglz3pjdcq9n2r207hsagb0")))) "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)
("rust-thread-local" ,rust-thread-local-0.3)))) ("rust-thread-local" ,rust-thread-local-1.0))))
(native-inputs (native-inputs
`(("pcre2" ,pcre2) `(("pcre2" ,pcre2)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))