mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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:
parent
bfd8724c67
commit
45175b1a80
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue