gnu: rust-regex: Update to 1.6.0 [fixes CVE-2022-24713].
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.6.0. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
1063d918b9
commit
1cf3737093
@ -48962,14 +48962,14 @@ memory to speed up reallocation.")
|
|||||||
(define-public rust-regex-1
|
(define-public rust-regex-1
|
||||||
(package
|
(package
|
||||||
(name "rust-regex")
|
(name "rust-regex")
|
||||||
(version "1.5.4")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "regex" version))
|
(uri (crate-uri "regex" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qf479kjbmb582h4d1d6gfl75h0j8aq2nrdi5wg6zdcy6llqcynh"))))
|
(base32 "12wqvyh4i75j7pc8sgvmqh4yy3qaj4inc4alyv1cdf3lf4kb6kjc"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user