gnu: rust-futures-io-0.3: Update to 0.3.26.
* gnu/packages/crates-io.scm (rust-futures-io-0.3): Update to 0.3.26.
This commit is contained in:
parent
ab16184e4a
commit
12bb10d603
1 changed files with 2 additions and 2 deletions
|
@ -22691,7 +22691,7 @@ (define-public rust-futures-intrusive-0.3
|
|||
(define-public rust-futures-io-0.3
|
||||
(package
|
||||
(name "rust-futures-io")
|
||||
(version "0.3.12")
|
||||
(version "0.3.26")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -22700,7 +22700,7 @@ (define-public rust-futures-io-0.3
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0005hz30pdxlbdamhd0imixmxcjpwrfxxr27kljxh6i84lshbgi8"))))
|
||||
"0cc5s3qdgls25rlm3zpdf9fdk6gwmfp0fiiph39b5bmjdwdkgf5z"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://rust-lang.github.io/futures-rs")
|
||||
|
|
Loading…
Reference in a new issue