me
/
guix
Archived
1
0
Fork 0

gnu: rust-tokio-sync-0.1: Update to 0.1.8.

* gnu/packages/crates-io.scm (rust-tokio-sync-0.1): Update to 0.1.8.
[arguments]: Don't skip build.  Skip tests.

Change-Id: I942be0c919bf9d1c2fabae9caa3ae9ca972e25f7
Efraim Flashner 2023-10-26 23:43:41 +03:00
parent 4f537b05b8
commit 4deda785e2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 6 deletions

View File

@ -78544,18 +78544,16 @@ Rust.")
(package
(inherit rust-tokio-sync-0.2)
(name "rust-tokio-sync")
(version "0.1.6")
(version "0.1.8")
(source
(origin
(method url-fetch)
(uri (crate-uri "tokio-sync" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1ryalh7dcmnz46xj1va8aaw3if6vd4mj87r67dqvrqhpyf7j8qi1"))))
(base32 "1vkxz0y7qf9sshfpxvn506pvxy4vza8piavd8p64y5n85cam1zpd"))))
(arguments
`(#:skip-build? #t
`(#:tests? #f
#:cargo-inputs
(("rust-fnv" ,rust-fnv-1)
("rust-futures" ,rust-futures-0.1))