gnu: Remove rust-bindgen-0.52.

* gnu/packages/crates-io.scm (rust-bindgen-0.52): Delete variable.

Change-Id: I38561bde514669a837f4b5a46b1ef083f4349c04
This commit is contained in:
Efraim Flashner 2023-12-27 09:52:53 +02:00
parent aa42badef2
commit bf9956f169
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7970,46 +7970,6 @@ (define-public rust-bindgen-0.53
("rust-diff" ,rust-diff-0.1)
("rust-shlex" ,rust-shlex-0.1))))))
(define-public rust-bindgen-0.52
(package
(inherit rust-bindgen-0.53)
(name "rust-bindgen")
(version "0.52.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "bindgen" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0mzy2gjiaggl602yn4a11xzrxfj18kl7pwqa5yv32njkxd257j7i"))))
(arguments
`(#:cargo-test-flags
'("--release" "--lib" "--bins" "--tests")
#:cargo-inputs
(("rust-shlex" ,rust-shlex-0.1)
("rust-cfg-if" ,rust-cfg-if-0.1)
("rust-peeking-take-while"
,rust-peeking-take-while-0.1)
("rust-clang-sys" ,rust-clang-sys-0.28)
("rust-cexpr" ,rust-cexpr-0.3)
("rust-log" ,rust-log-0.4)
("rust-env-logger" ,rust-env-logger-0.7)
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-rustc-hash" ,rust-rustc-hash-1)
("rust-bitflags" ,rust-bitflags-1)
("rust-lazycell" ,rust-lazycell-1)
("rust-regex" ,rust-regex-1)
("rust-lazy-static" ,rust-lazy-static-1)
("rust-clap" ,rust-clap-2)
("rust-which" ,rust-which-3))
#:cargo-development-inputs
(("rust-clap" ,rust-clap-2)
("rust-diff" ,rust-diff-0.1)
("rust-shlex" ,rust-shlex-0.1))))))
(define-public rust-bindgen-0.48
(package
(inherit rust-bindgen-0.53)