gnu: rust-futures-macro-0.3: Update to 0.3.26.

* gnu/packages/crates-io.scm (rust-futures-macro-0.3): Update to 0.3.26.
[cargo-inputs]: Remove rust-proc-macro-hack-0.5.
This commit is contained in:
Efraim Flashner 2023-02-22 10:49:15 +02:00 committed by Maxim Cournoyer
parent 12bb10d603
commit 55825e48d8
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -22813,20 +22813,19 @@ (define-public rust-futures-lite-0.1
(define-public rust-futures-macro-0.3
(package
(name "rust-futures-macro")
(version "0.3.12")
(version "0.3.26")
(source
(origin
(method url-fetch)
(uri (crate-uri "futures-macro" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1pgyb219ybh3fj3ig0h1c2b7k4cqldy95ifdpnd9yb9jvmdd51y2"))))
(base32 "0w3ahy69varlfw57rb2pag7jwngy771vvzmcag7mlfx3gpw3m9wm"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
("rust-proc-macro2" ,rust-proc-macro2-1)
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
(home-page "https://rust-lang.github.io/futures-rs")