gnu: rust-core-foundation-sys-0.8: Update to 0.8.3.

* gnu/packages/crates-io.scm (rust-core-foundation-sys-0.8): Update to 0.8.3.
This commit is contained in:
Efraim Flashner 2023-02-22 12:19:08 +02:00 committed by Maxim Cournoyer
parent b760d8bc4b
commit b4c7b4c73e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -13102,14 +13102,14 @@ (define-public rust-core-foundation-0.2
(define-public rust-core-foundation-sys-0.8
(package
(name "rust-core-foundation-sys")
(version "0.8.2")
(version "0.8.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "core-foundation-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "06wq7yb7mlkc4h2kbc0yjfi0xv44z4snzdpr7c1l0zm4hi91n8pa"))))
(base32 "1p5r2wckarkpkyc4z83q08dwpvcafrb1h6fxfa3qnikh8szww9sq"))))
(build-system cargo-build-system)
(home-page "https://github.com/servo/core-foundation-rs")
(synopsis "Bindings to Core Foundation for macOS")