me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: Ife95bab44e552121f2ce608ee5b9ba4a60ddab22
master
Nicolas Goaziou 2024-05-20 22:15:34 +02:00 committed by Efraim Flashner
parent 45175b1a80
commit 2d411a9839
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -61446,14 +61446,14 @@ memory to speed up reallocation.")
(define-public rust-regex-1
(package
(name "rust-regex")
(version "1.10.2")
(version "1.10.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "regex" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0hxkd814n4irind8im5c9am221ri6bprx49nc7yxv02ykhd9a2rq"))))
(base32 "0k5sb0h2mkwf51ab0gvv3x38jp1q7wgxf63abfbhi0wwvvgxn5y1"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs