mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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 @@ (define-public rust-futures-intrusive-0.3
|
|||
(define-public rust-futures-io-0.3
|
||||
(package
|
||||
(name "rust-futures-io")
|
||||
(version "0.3.28")
|
||||
(version "0.3.30")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "futures-io" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0r4rhkdhq1my4fahlhz59barqa511bylq813w3w4gvbidq4p9zsg"))))
|
||||
"1hgh25isvsr4ybibywhr4dpys8mjnscw4wfxxwca70cn1gi26im4"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://rust-lang.github.io/futures-rs")
|
||||
(synopsis
|
||||
|
|
Loading…
Reference in a new issue