mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
103e05654f
commit
eab07e78b6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue