mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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 @@ (define-public rust-cbindgen
|
|||
"This package provides a tool for generating C/C++ bindings to Rust code.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-cbindgen-0.17
|
||||
(define-public rust-cbindgen-0.19
|
||||
(package
|
||||
(inherit rust-cbindgen)
|
||||
(name "rust-cbindgen")
|
||||
(version "0.17.0")
|
||||
(version "0.19.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -477,7 +477,7 @@ (define-public rust-cbindgen-0.17
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1f40hxj6h7wqmsj8dzxjm3m421hjqpz2m5zxasbn8kgnr6scykvl"))))
|
||||
"1yld9fni9g9mzg4r42zfk79aq9mzm2sfzzjrrx4vir4lp4qqqwiq"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-clap" ,rust-clap-2)
|
||||
|
|
Loading…
Reference in a new issue