gnu: Remove rust-bindgen-0.47.
* gnu/packages/crates-io.scm (rust-bindgen-0.47): Delete variable.
This commit is contained in:
parent
3cc9cbe8ff
commit
cc79ba2327
1 changed files with 0 additions and 31 deletions
|
@ -6882,37 +6882,6 @@ (define-public rust-bindgen-0.48
|
|||
("rust-diff" ,rust-diff-0.1)
|
||||
("rust-shlex" ,rust-shlex-0.1))))))
|
||||
|
||||
(define-public rust-bindgen-0.47
|
||||
(package
|
||||
(inherit rust-bindgen-0.50)
|
||||
(name "rust-bindgen")
|
||||
(version "0.47.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bindgen" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0b9fyq3h4lz5xfy6gv5h8v6j3hzyqcarlylvw9zc715pas1pz09a"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-cexpr" ,rust-cexpr-0.3)
|
||||
("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||
("rust-clang-sys" ,rust-clang-sys-0.26)
|
||||
("rust-clap" ,rust-clap-2)
|
||||
("rust-env-logger" ,rust-env-logger-0.6)
|
||||
("rust-hashbrown" ,rust-hashbrown-0.1)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-peeking-take-while" ,rust-peeking-take-while-0.1)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
||||
("rust-quote" ,rust-quote-0.6)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-shlex" ,rust-shlex-0.1)
|
||||
("rust-which" ,rust-which-2))))))
|
||||
|
||||
(define-public rust-bindgen-0.37
|
||||
(package
|
||||
(inherit rust-bindgen-0.50)
|
||||
|
|
Loading…
Reference in a new issue