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
|
@ -402,7 +402,7 @@ extension of blocks.")
|
|||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-clippy" ,rust-clippy-0.0)
|
||||
(("rust-clippy" ,rust-clippy-0.0.302)
|
||||
("rust-commoncrypto-sys" ,rust-commoncrypto-sys-0.2))))
|
||||
(home-page "https://github.com/malept/rust-commoncrypto")
|
||||
(synopsis "Idiomatic Rust wrappers for Mac OS X's CommonCrypto library")
|
||||
|
@ -427,7 +427,7 @@ idiomatic wrappers for Mac OS X's CommonCrypto library.")
|
|||
(arguments
|
||||
`(#:skip-build? #t ;requires the Mac OS library
|
||||
#:cargo-inputs
|
||||
(("rust-clippy" ,rust-clippy-0.0)
|
||||
(("rust-clippy" ,rust-clippy-0.0.302)
|
||||
("rust-libc" ,rust-libc-0.2))))
|
||||
(home-page "https://github.com/malept/rust-commoncrypto")
|
||||
(synopsis "FFI bindings to Mac OS X's CommonCrypto library")
|
||||
|
|
|
@ -14149,7 +14149,7 @@ Argument Parser.")
|
|||
(("rust-ansi-term" ,rust-ansi-term-0.12)
|
||||
("rust-atty" ,rust-atty-0.2)
|
||||
("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-clippy" ,rust-clippy-0.0)
|
||||
("rust-clippy" ,rust-clippy-0.0.302)
|
||||
("rust-strsim" ,rust-strsim-0.8)
|
||||
("rust-term-size" ,rust-term-size-0.3)
|
||||
("rust-textwrap" ,rust-textwrap-0.11)
|
||||
|
@ -14787,7 +14787,7 @@ the OS-level clipboard.")
|
|||
colorization.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-clippy-0.0
|
||||
(define-public rust-clippy-0.0.302
|
||||
(package
|
||||
(name "rust-clippy")
|
||||
(version "0.0.302")
|
||||
|
@ -25510,7 +25510,7 @@ experimentation.")
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-ascii" ,rust-ascii-1)
|
||||
("rust-clippy" ,rust-clippy-0.0))
|
||||
("rust-clippy" ,rust-clippy-0.0.302))
|
||||
#:cargo-development-inputs
|
||||
(("rust-lazy-static" ,rust-lazy-static-1))))
|
||||
(home-page "https://github.com/tormol/encode_unicode")
|
||||
|
@ -40889,7 +40889,7 @@ requires non-const function calls to be computed.")
|
|||
"0m8gw7dn30i0zjjpjdyf6pc16c34nl71lpv461mix50x3p70h3c3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-clippy" ,rust-clippy-0.0))))
|
||||
`(#:cargo-inputs (("rust-clippy" ,rust-clippy-0.0.302))))
|
||||
(home-page "https://github.com/indiv0/lazycell")
|
||||
(synopsis "Lazily filled Cell struct")
|
||||
(description
|
||||
|
@ -43395,7 +43395,7 @@ pairs in insertion order.")
|
|||
(arguments
|
||||
`(#:tests? #f ; thread 'test_into_iter_drop' panicked
|
||||
#:cargo-inputs
|
||||
(("rust-clippy" ,rust-clippy-0.0)
|
||||
(("rust-clippy" ,rust-clippy-0.0.302)
|
||||
("rust-heapsize" ,rust-heapsize-0.3)
|
||||
("rust-serde" ,rust-serde-0.9)
|
||||
("rust-serde-test" ,rust-serde-test-0.9))))))
|
||||
|
@ -43416,7 +43416,7 @@ pairs in insertion order.")
|
|||
(arguments
|
||||
`(#:tests? #f ; Tests don't compile correctly.
|
||||
#:cargo-inputs
|
||||
(("rust-clippy" ,rust-clippy-0.0)
|
||||
(("rust-clippy" ,rust-clippy-0.0.302)
|
||||
("rust-serde" ,rust-serde-0.8)
|
||||
("rust-serde-test" ,rust-serde-test-0.8))))))
|
||||
|
||||
|
@ -57124,7 +57124,7 @@ implementations.")
|
|||
(arguments
|
||||
`(#:tests? #f ; can't find crate for `futures`
|
||||
#:cargo-inputs
|
||||
(("rust-clippy" ,rust-clippy-0.0)
|
||||
(("rust-clippy" ,rust-clippy-0.0.302)
|
||||
("rust-futures" ,rust-futures-0.1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-mio" ,rust-mio-0.6)
|
||||
|
@ -75370,7 +75370,7 @@ formats:
|
|||
"1j4ajipn0sf4ya0crgcb94s848qp7mfc35n6d0q2rf8rk5skzbcx"))))
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
(("rust-clippy" ,rust-clippy-0.0))
|
||||
(("rust-clippy" ,rust-clippy-0.0.302))
|
||||
#:tests? #f))))
|
||||
|
||||
(define-public rust-serde-aux-4
|
||||
|
@ -75761,7 +75761,7 @@ standard formatting APIs.")
|
|||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-clippy" ,rust-clippy-0.0)
|
||||
(("rust-clippy" ,rust-clippy-0.0.302)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-linked-hash-map" ,rust-linked-hash-map-0.3)
|
||||
("rust-num-traits" ,rust-num-traits-0.1)
|
||||
|
@ -86566,7 +86566,7 @@ template language.")
|
|||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-clippy" ,rust-clippy-0.0)
|
||||
(("rust-clippy" ,rust-clippy-0.0.302)
|
||||
("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-winapi" ,rust-winapi-0.3))))
|
||||
|
@ -99978,7 +99978,7 @@ Read/Write streams as well as low-level in-memory encoding and decoding.")
|
|||
"14m9dzwb8fb05f4jjb4nqp49rxd9c5vcmwpv3a04d2y5iphncqz6"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-clippy" ,rust-clippy-0.0)
|
||||
(("rust-clippy" ,rust-clippy-0.0.302)
|
||||
("rust-linked-hash-map" ,rust-linked-hash-map-0.3))))))
|
||||
|
||||
(define-public rust-yaml-rust2-0.9
|
||||
|
|
|
@ -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))))))
|
||||
|
||||
|
|
|
@ -3247,7 +3247,7 @@ windows crate.")
|
|||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-clippy" ,rust-clippy-0.0)
|
||||
(("rust-clippy" ,rust-clippy-0.0.302)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue