mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-clippy-0.0: Replace with 0.0.302.
* gnu/packages/crates-io.scm (rust-clippy-0.0): Replace with 0.0.302. (rust-clap-2, rust-encode-unicode-0.3, rust-lazycell-1, rust-linked-hash-map-0.4, rust-linked-hash-map-0.3, rust-pcap-0.7, rust-serde-hjson-0.9, rust-term-size-1, rust-yaml-rust-0.3): Replace rust-clippy-0.0 with 0.0.302. * gnu/packages/crates-apple.scm (rust-commoncrypto-0.2, rust-common-crypto-sys-0.2): Replace rust-clippy-0.0 with 0.0.302. * gnu/packages/crates-web.scm (rust-multipart-0.18, rust-multipart-0.17, rust-stdweb-0.1): Replace rust-clippy-0.0 with 0.0.302. * gnu/packages/crates-windows.scm (rust-winreg-0.5): Replace rust-clippy-0.0 with 0.0.302. Change-Id: Ied7f14a778266edc0f3f7ac92fe9a7f4ac6b6a30 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
5bf08c9f18
commit
74e7b7fa81
4 changed files with 17 additions and 17 deletions
|
@ -4820,7 +4820,7 @@ which speaks Serde.")
|
|||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-buf-redux" ,rust-buf-redux-0.8)
|
||||
("rust-clippy" ,rust-clippy-0.0)
|
||||
("rust-clippy" ,rust-clippy-0.0.302)
|
||||
("rust-httparse" ,rust-httparse-1)
|
||||
("rust-hyper" ,rust-hyper-0.10)
|
||||
("rust-iron" ,rust-iron-0.6)
|
||||
|
@ -4861,7 +4861,7 @@ client and server.")
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-buf-redux" ,rust-buf-redux-0.8)
|
||||
("rust-clippy" ,rust-clippy-0.0)
|
||||
("rust-clippy" ,rust-clippy-0.0.302)
|
||||
("rust-httparse" ,rust-httparse-1)
|
||||
("rust-hyper" ,rust-hyper-0.10)
|
||||
("rust-iron" ,rust-iron-0.6)
|
||||
|
@ -5781,7 +5781,7 @@ Web.")
|
|||
"0gjk7ch31a3kgdc39kj4zqinf10yqaf717wanh9kwwbbwg430m7g"))))
|
||||
(arguments
|
||||
(list #:skip-build? #t
|
||||
#:cargo-inputs `(("rust-clippy" ,rust-clippy-0.0)
|
||||
#:cargo-inputs `(("rust-clippy" ,rust-clippy-0.0.302)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue