gnu: rust-futures-io-0.3: Update to 0.3.30.
* gnu/packages/crates-io.scm (rust-futures-io-0.3): Update to 0.3.30. Change-Id: I4df0aaf870da71a92a65577df366589d76b3e94e
This commit is contained in:
parent
fc45c98c29
commit
90db9c9a32
1 changed files with 3 additions and 4 deletions
|
@ -26801,16 +26801,15 @@ intrusive collections.")
|
||||||
(define-public rust-futures-io-0.3
|
(define-public rust-futures-io-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-io")
|
(name "rust-futures-io")
|
||||||
(version "0.3.28")
|
(version "0.3.30")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "futures-io" version))
|
(uri (crate-uri "futures-io" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r4rhkdhq1my4fahlhz59barqa511bylq813w3w4gvbidq4p9zsg"))))
|
"1hgh25isvsr4ybibywhr4dpys8mjnscw4wfxxwca70cn1gi26im4"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://rust-lang.github.io/futures-rs")
|
(home-page "https://rust-lang.github.io/futures-rs")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Reference in a new issue