gnu: rust-cssparser-macros-0.6: Update to 0.6.1.
* gnu/packages/crates-io.scm (rust-cssparser-macros-0.6): Update to 0.6.1. [arguments]: Add cargo-test-flags. [cargo-inputs]: Replace rust-syn-1 with 2. Change-Id: Iffedfd508bee44b305a251ca6ec1edc28883e7camaster
parent
a4729fd3a9
commit
b6b715f639
|
@ -17274,21 +17274,20 @@ number ``crunching``.")
|
||||||
(define-public rust-cssparser-macros-0.6
|
(define-public rust-cssparser-macros-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-cssparser-macros")
|
(name "rust-cssparser-macros")
|
||||||
(version "0.6.0")
|
(version "0.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "cssparser-macros" version))
|
(uri (crate-uri "cssparser-macros" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0cfkzj60avrnskdmaf7f8zw6pp3di4ylplk455zrzaf19ax8id8k"))))
|
||||||
"0vp13g4blyjvhg3j4r9b7vrwhnfi1y2fmhv8hxgficpjazg7bbnz"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-test-flags '("--release" "--"
|
||||||
(("rust-quote" ,rust-quote-1)
|
"--skip=match_byte")
|
||||||
("rust-syn" ,rust-syn-1))))
|
#:cargo-inputs (("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-2))))
|
||||||
(home-page "https://github.com/servo/rust-cssparser")
|
(home-page "https://github.com/servo/rust-cssparser")
|
||||||
(synopsis "Procedural macros for cssparser")
|
(synopsis "Procedural macros for cssparser")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue