gnu: rust-cbindgen: Update to 0.13.2.
* gnu/packages/rust-apps.scm (rust-cbindgen): Update to 0.13.2.master
parent
0ff6b01ef2
commit
3a963cdd33
|
@ -265,7 +265,7 @@ gitignore rules.")
|
||||||
(define-public rust-cbindgen
|
(define-public rust-cbindgen
|
||||||
(package
|
(package
|
||||||
(name "rust-cbindgen")
|
(name "rust-cbindgen")
|
||||||
(version "0.13.1")
|
(version "0.13.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -273,7 +273,7 @@ gitignore rules.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w70bnwwqyf9fr6z3rcs7m7ad791fmfmhxy828va0dkfwvamp59c"))))
|
"0673pq96hs7waavkv58v2pakpxpsfyjvbraa5kyl2b44phgdzcid"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Reference in New Issue