mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-futures-macro-0.3: Update to 0.3.31.
* gnu/packages/crates-io.scm (rust-futures-macro-0.3): Update to 0.3.31. Change-Id: Ia03e67816d58fc4292a44d3fc550eb4598427b6d
This commit is contained in:
parent
2bcae67ae5
commit
48e4fb43e1
1 changed files with 2 additions and 2 deletions
|
@ -31126,14 +31126,14 @@ (define-public rust-futures-lite-0.1
|
|||
(define-public rust-futures-macro-0.3
|
||||
(package
|
||||
(name "rust-futures-macro")
|
||||
(version "0.3.30")
|
||||
(version "0.3.31")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "futures-macro" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1b49qh9d402y8nka4q6wvvj0c88qq91wbr192mdn5h54nzs0qxc7"))))
|
||||
(base32 "0l1n7kqzwwmgiznn0ywdc5i24z72zvh9q1dwps54mimppi7f6bhn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue