me
/
guix
Archived
1
0
Fork 0

gnu: rust-futures-lite-1: Update to 1.13.0.

* gnu/packages/crates-io.scm (rust-futures-lite-1): Update to 1.13.0.
Efraim Flashner 2023-08-02 19:49:37 +03:00
parent 197b4e9963
commit 20a8f95cca
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -25610,14 +25610,14 @@ for the @code{futures-rs} library.")
(define-public rust-futures-lite-1
(package
(name "rust-futures-lite")
(version "1.11.3")
(version "1.13.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "futures-lite" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ywmyvpy4f348jri8rxhpj59a7bvy12pspm59x5207fys061sj5l"))))
(base32 "1kkbqhaib68nzmys2dc8j9fl2bwzf2s91jfk13lb2q3nwhfdbaa9"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs