gnu: rust-cbindgen: Update to 0.13.1.

* gnu/packages/rust-apps.scm (rust-cbindgen): Update to 0.13.1.
This commit is contained in:
Efraim Flashner 2020-02-24 13:29:30 +02:00
parent 103e05654f
commit eab07e78b6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -270,7 +270,7 @@ (define-public ripgrep
(define-public rust-cbindgen
(package
(name "rust-cbindgen")
(version "0.13.0")
(version "0.13.1")
(source
(origin
(method url-fetch)
@ -278,7 +278,7 @@ (define-public rust-cbindgen
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"1kywaz62cglg8fv0p7mp1m946gwmrf62s8ffndd5zpf1mz21j472"))))
"0w70bnwwqyf9fr6z3rcs7m7ad791fmfmhxy828va0dkfwvamp59c"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs