mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
This commit is contained in:
parent
45175b1a80
commit
2d411a9839
1 changed files with 2 additions and 2 deletions
|
@ -61446,14 +61446,14 @@ (define-public rust-refpool-0.4
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue