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

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

Change-Id: Ic1a3b4c709b58a76016ad7c654a650f3eedbdb6a
This commit is contained in:
Efraim Flashner 2024-12-30 18:21:15 +02:00
parent 34028a27be
commit 8c94de2b4d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -65587,14 +65587,14 @@ (define-public rust-refpool-0.4
(define-public rust-regex-1
(package
(name "rust-regex")
(version "1.11.0")
(version "1.11.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "regex" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1n5imk7yxam409ik5nagsjpwqvbg3f0g0mznd5drf549x1g0w81q"))))
(base32 "148i41mzbx8bmq32hsj1q4karkzzx5m60qza6gdw4pdc9qdyyi5m"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs