me
/
guix
Archived
1
0
Fork 0

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.
master
Jonathan Brielmaier 2021-06-01 17:59:34 +02:00
parent 0b76b25a0e
commit 776a21a096
No known key found for this signature in database
GPG Key ID: ECFC83988B4E4B9F
1 changed files with 3 additions and 3 deletions

View File

@ -464,11 +464,11 @@ gitignore rules.")
"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 @@ gitignore rules.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1f40hxj6h7wqmsj8dzxjm3m421hjqpz2m5zxasbn8kgnr6scykvl"))))
"1yld9fni9g9mzg4r42zfk79aq9mzm2sfzzjrrx4vir4lp4qqqwiq"))))
(arguments
`(#:cargo-inputs
(("rust-clap" ,rust-clap-2)