gnu: rust-bindgen-0.69: Update to 0.69.4.
* gnu/packages/crates-io.scm (rust-bindgen-0.69): Update to 0.69.4. [cargo-inputs]: Add rust-itertools-0.10. Remove rust-peeking-take-while-0.1. Change-Id: I151c92f8315a68417a14b5c4fc354094d2f92f00
This commit is contained in:
parent
16d2882616
commit
298da92847
@ -5395,24 +5395,24 @@ that uses Serde for transforming structs into bytes and vice versa!")
|
||||
(define-public rust-bindgen-0.69
|
||||
(package
|
||||
(name "rust-bindgen")
|
||||
(version "0.69.1")
|
||||
(version "0.69.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bindgen" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1hkrccfri0223b2r5cvacy83ld6s76n2m68518bsfilrhk1ypz4z"))))
|
||||
(base32 "18194611hn3k1dkxlha7a52sr8vmfhl9blc54xhj08cahd8wh3d0"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-annotate-snippets" ,rust-annotate-snippets-0.9)
|
||||
("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-cexpr" ,rust-cexpr-0.6)
|
||||
("rust-clang-sys" ,rust-clang-sys-1)
|
||||
("rust-itertools" ,rust-itertools-0.10)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-lazycell" ,rust-lazycell-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-peeking-take-while" ,rust-peeking-take-while-0.1)
|
||||
("rust-prettyplease" ,rust-prettyplease-0.2)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user