gnu: rust-cbindgen: Update to 0.12.2.

* gnu/packages/rust-apps.scm (rust-cbindgen): Update to 0.12.2.
This commit is contained in:
Efraim Flashner 2020-01-15 09:36:42 +02:00
parent 3bcbc367e6
commit 89421b7c65
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 John Soo <jsoo1@asu.edu> ;;; Copyright © 2019 John Soo <jsoo1@asu.edu>
;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -66,7 +66,7 @@ (define-public ripgrep
(define-public rust-cbindgen (define-public rust-cbindgen
(package (package
(name "rust-cbindgen") (name "rust-cbindgen")
(version "0.9.1") (version "0.12.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -74,7 +74,7 @@ (define-public rust-cbindgen
(file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"1zgamxahlxmg4warzivaa8m1f8d6b45mhznm7n6d7p5l18acdblx")))) "13jzbmjz1bmmfr0i80hw6ar484mgabx3hbpb2ynhk0ddqi0yr58m"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs