mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: rust-futures-lite-2: Update to 2.5.0.
* gnu/packages/crates-io.scm (rust-futures-lite-2): Update to 2.5.0. Change-Id: I2320bc315d54e2a1fc1f0835eb889ee45b53d294
This commit is contained in:
parent
4331eb6f00
commit
00e416ed0d
1 changed files with 2 additions and 2 deletions
|
@ -30829,14 +30829,14 @@ (define-public rust-futures-join-macro-preview-0.3
|
|||
(define-public rust-futures-lite-2
|
||||
(package
|
||||
(name "rust-futures-lite")
|
||||
(version "2.2.0")
|
||||
(version "2.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "futures-lite" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1flj85i6xm0rjicxixmajrp6rhq8i4bnbzffmrd6h23ln8jshns4"))))
|
||||
(base32 "18cii1zgxbm04almisj0ycnmf7nj7qqyvy8x0i8mnl9cmqhhvx6f"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-fastrand" ,rust-fastrand-2)
|
||||
|
|
Loading…
Reference in a new issue