gnu: rust-regex-automata-0.4: Update to 0.4.6.

* gnu/packages/crates-io.scm (rust-regex-automata-0.4): Update to 0.4.6.

Change-Id: I99e28857f4eb9cc8a4c3de466d8c521974dbbc31
This commit is contained in:
Nicolas Goaziou 2024-05-20 22:12:33 +02:00 committed by Efraim Flashner
parent bfd8724c67
commit 45175b1a80
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -61534,14 +61534,14 @@ (define-public rust-regex-0.1
(define-public rust-regex-automata-0.4
(package
(name "rust-regex-automata")
(version "0.4.3")
(version "0.4.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "regex-automata" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0gs8q9yhd3kcg4pr00ag4viqxnh5l7jpyb9fsfr8hzh451w4r02z"))))
(base32 "1spaq7y4im7s56d1gxa2hi4hzf6dwswb1bv8xyavzya7k25kpf46"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Not all files included.