gnu: rust-futures-macro-0.3: Update to 0.3.28.
* gnu/packages/crates-io.scm (rust-futures-macro-0.3): Update to 0.3.28. [arguments]: Don't skip build. [cargo-inputs]: Replace rust-syn-1 with 2.
parent
19efc99377
commit
066a94d58f
|
@ -25330,21 +25330,20 @@ and removes almost all unsafe code from it.")
|
||||||
(define-public rust-futures-macro-0.3
|
(define-public rust-futures-macro-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-macro")
|
(name "rust-futures-macro")
|
||||||
(version "0.3.26")
|
(version "0.3.28")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "futures-macro" version))
|
(uri (crate-uri "futures-macro" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0w3ahy69varlfw57rb2pag7jwngy771vvzmcag7mlfx3gpw3m9wm"))))
|
(base32 "0wpfsqxwqk5k569xl0jzz4zxy85x695mndf7y9jn66q6jid59jl9"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
("rust-syn" ,rust-syn-1))))
|
("rust-syn" ,rust-syn-2))))
|
||||||
(home-page "https://rust-lang.github.io/futures-rs")
|
(home-page "https://rust-lang.github.io/futures-rs")
|
||||||
(synopsis "@code{futures-rs} procedural macro implementations")
|
(synopsis "@code{futures-rs} procedural macro implementations")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue