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:
Herman Rimm 2024-12-25 12:09:29 +01:00 committed by Efraim Flashner
parent 5bf08c9f18
commit 74e7b7fa81
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
4 changed files with 17 additions and 17 deletions

View file

@ -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))))))