mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: rust-regex-syntax-0.6: Update to 0.6.13.
* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.13. [arguments]: Remove rust-ucd-util-0.1 from cargo-inputs. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
21f887c355
commit
ef2f6487d7
1 changed files with 3 additions and 6 deletions
|
@ -8850,7 +8850,7 @@ (define-public rust-regex-automata-0.1
|
||||||
(define-public rust-regex-syntax-0.6
|
(define-public rust-regex-syntax-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-regex-syntax")
|
(name "rust-regex-syntax")
|
||||||
(version "0.6.10")
|
(version "0.6.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8858,12 +8858,9 @@ (define-public rust-regex-syntax-0.6
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p47lf38yj2g2fnmvnraccqlxwk35zr76hlnqi8yva932nzqam6d"))))
|
"141xi6yiji0bc04c4skamd4ny9vnd1jrwc7qzfga425lyn8yhd77"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments '(#:skip-build? #t))
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-ucd-util" ,rust-ucd-util-0.1))))
|
|
||||||
(home-page "https://github.com/rust-lang/regex")
|
(home-page "https://github.com/rust-lang/regex")
|
||||||
(synopsis "Regular expression parser")
|
(synopsis "Regular expression parser")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue