gnu: rust-syntect: Update to 4.6.0.

* gnu/packages/crates-io.scm (rust-syntect): Update to 4.6.0.
This commit is contained in:
Nicolas Goaziou 2022-01-09 12:04:00 +01:00
parent b5c90d0224
commit 4fd2439065
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -54134,7 +54134,7 @@ (define-public rust-synstructure-test-traits-0.1
(define-public rust-syntect-4
(package
(name "rust-syntect")
(version "4.5.0")
(version "4.6.0")
(source
(origin
(method url-fetch)
@ -54142,14 +54142,14 @@ (define-public rust-syntect-4
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "1r9ij3qmq4cs83jwpk1043sai1dwdghb8lwkm34rs12d7frc5yib"))))
(base32 "0cd0rbi5r83p9pqph0gyj3vgr18ihh54amv9dvh0pvl0prdq284b"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ;missing files
#:cargo-inputs
(("rust-bincode" ,rust-bincode-1)
("rust-bitflags" ,rust-bitflags-1)
("rust-fancy-regex" ,rust-fancy-regex-0.3)
("rust-fancy-regex" ,rust-fancy-regex-0.7)
("rust-flate2" ,rust-flate2-1)
("rust-fnv" ,rust-fnv-1)
("rust-lazy-static" ,rust-lazy-static-1)
@ -54165,7 +54165,9 @@ (define-public rust-syntect-4
#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.3)
("rust-getopts" ,rust-getopts-0.2)
("rust-pretty-assertions" ,rust-pretty-assertions-0.6))))
("rust-pretty-assertions" ,rust-pretty-assertions-0.6)
("rust-rayon" ,rust-rayon-1)
("rust-regex" ,rust-regex-1))))
(home-page "https://github.com/trishume/syntect")
(synopsis "Library for syntax highlighting and code intelligence")
(description