gnu: rust-cbindgen@0.17: Update to 0.19.0.
* gnu/packages/rust-apps.scm (rust-cbindgen-0.17): Update to 0.19.0 and rename to rust-cbindgen-0.19.
This commit is contained in:
parent
0b76b25a0e
commit
776a21a096
1 changed files with 3 additions and 3 deletions
|
@ -464,11 +464,11 @@ gitignore rules.")
|
||||||
"This package provides a tool for generating C/C++ bindings to Rust code.")
|
"This package provides a tool for generating C/C++ bindings to Rust code.")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public rust-cbindgen-0.17
|
(define-public rust-cbindgen-0.19
|
||||||
(package
|
(package
|
||||||
(inherit rust-cbindgen)
|
(inherit rust-cbindgen)
|
||||||
(name "rust-cbindgen")
|
(name "rust-cbindgen")
|
||||||
(version "0.17.0")
|
(version "0.19.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -477,7 +477,7 @@ gitignore rules.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f40hxj6h7wqmsj8dzxjm3m421hjqpz2m5zxasbn8kgnr6scykvl"))))
|
"1yld9fni9g9mzg4r42zfk79aq9mzm2sfzzjrrx4vir4lp4qqqwiq"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-clap" ,rust-clap-2)
|
(("rust-clap" ,rust-clap-2)
|
||||||
|
|
Reference in a new issue