gnu: rust-proc-macro2-1: Update to 1.0.24.
* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.24. [arguments]: Only run the 'lib' tests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
c752657be0
commit
7304511cb8
|
@ -19591,7 +19591,7 @@ formatted tables in terminal.")
|
|||
(define-public rust-proc-macro2-1
|
||||
(package
|
||||
(name "rust-proc-macro2")
|
||||
(version "1.0.21")
|
||||
(version "1.0.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -19599,10 +19599,11 @@ formatted tables in terminal.")
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0b1azz1c2a3rap1kfz2sjinv7narfhssazaq39axvwwlvwb8bqin"))))
|
||||
"0wcabxzrddcjmryndw8fpyxcq6rw63m701vx86xxf03y3bp081qy"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:cargo-test-flags '("--lib")
|
||||
#:cargo-inputs
|
||||
(("rust-unicode-xid" ,rust-unicode-xid-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-quote" ,rust-quote-1))))
|
||||
|
|
Reference in New Issue