mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rust-regex-1: Update to 1.10.6.
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.10.6. Change-Id: Ic99cf3edf64e2b1275ff98940b68eae308fedb95
This commit is contained in:
parent
e07b4ab708
commit
13d94d6f2c
1 changed files with 2 additions and 2 deletions
|
@ -62746,14 +62746,14 @@ (define-public rust-refpool-0.4
|
|||
(define-public rust-regex-1
|
||||
(package
|
||||
(name "rust-regex")
|
||||
(version "1.10.4")
|
||||
(version "1.10.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "regex" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0k5sb0h2mkwf51ab0gvv3x38jp1q7wgxf63abfbhi0wwvvgxn5y1"))))
|
||||
(base32 "06cnlxwzyqfbw1za1i7ks89ns4i2kr0lpg5ykx56b8v7dd6df6a2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue