mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: rust-mio-0.8: Update to 0.8.10.
* gnu/packages/crates-io.scm (rust-mio-0.8): Update to 0.8.10. Change-Id: Id4712fb45a90d12bb104d51d564f013cc3057bd4 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
efb358ebcd
commit
c423dba7a1
1 changed files with 2 additions and 2 deletions
|
@ -40558,14 +40558,14 @@ streaming API for miniz_oxide.")
|
|||
(define-public rust-mio-0.8
|
||||
(package
|
||||
(name "rust-mio")
|
||||
(version "0.8.8")
|
||||
(version "0.8.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "mio" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1lhrdgcmcy8f0qy1n7357q0aprfkm5gld5mjcrp209pwsdf7cylj"))))
|
||||
(base32 "02gyaxvaia9zzi4drrw59k9s0j6pa5d1y2kv7iplwjipdqlhngcg"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:cargo-inputs
|
||||
|
|
Loading…
Add table
Reference in a new issue