gnu: rust-regex-1: Update to 1.10.6.

* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.10.6.

Change-Id: Ic99cf3edf64e2b1275ff98940b68eae308fedb95
This commit is contained in:
Efraim Flashner 2024-09-19 17:45:13 +03:00
parent e07b4ab708
commit 13d94d6f2c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -62746,14 +62746,14 @@ (define-public rust-refpool-0.4
(define-public rust-regex-1
(package
(name "rust-regex")
(version "1.10.4")
(version "1.10.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "regex" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0k5sb0h2mkwf51ab0gvv3x38jp1q7wgxf63abfbhi0wwvvgxn5y1"))))
(base32 "06cnlxwzyqfbw1za1i7ks89ns4i2kr0lpg5ykx56b8v7dd6df6a2"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs