me
/
guix
Archived
1
0
Fork 0

gnu: rust-cbindgen: Update to 0.13.1.

* gnu/packages/rust-apps.scm (rust-cbindgen): Update to 0.13.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@ gitignore rules.")
(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 @@ gitignore rules.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"1kywaz62cglg8fv0p7mp1m946gwmrf62s8ffndd5zpf1mz21j472"))))
"0w70bnwwqyf9fr6z3rcs7m7ad791fmfmhxy828va0dkfwvamp59c"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs