mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: rust-futures-macro-0.3: Update to 0.3.30.
* gnu/packages/crates-io.scm (rust-futures-macro-0.3): Update to 0.3.30. Change-Id: I5e25f406b5841e6322fcc2b28b38704399d8b2e8
This commit is contained in:
parent
90db9c9a32
commit
823fd13abd
1 changed files with 2 additions and 2 deletions
|
@ -26921,14 +26921,14 @@ 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.28")
|
(version "0.3.30")
|
||||||
(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 "0wpfsqxwqk5k569xl0jzz4zxy85x695mndf7y9jn66q6jid59jl9"))))
|
(base32 "1b49qh9d402y8nka4q6wvvj0c88qq91wbr192mdn5h54nzs0qxc7"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue