gnu: rust-regex-1: Update to 1.10.4.
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.10.4. Change-Id: Ife95bab44e552121f2ce608ee5b9ba4a60ddab22master
parent
45175b1a80
commit
2d411a9839
|
@ -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
|
||||
|
|
Reference in New Issue