me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2023-02-22 12:20:47 +02:00 committed by Maxim Cournoyer
parent a40477ec68
commit 7420c151a8
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -22691,7 +22691,7 @@ 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.12") (version "0.3.26")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -22700,7 +22700,7 @@ intrusive collections.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0005hz30pdxlbdamhd0imixmxcjpwrfxxr27kljxh6i84lshbgi8")))) "0cc5s3qdgls25rlm3zpdf9fdk6gwmfp0fiiph39b5bmjdwdkgf5z"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments `(#:skip-build? #t)) (arguments `(#:skip-build? #t))
(home-page "https://rust-lang.github.io/futures-rs") (home-page "https://rust-lang.github.io/futures-rs")