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

* gnu/packages/crates-io.scm (rust-core-foundation-sys-0.8): Update to
0.8.6.

Change-Id: I5e569868768b27eb162b6e74a6b0a10f0c4021e1
This commit is contained in:
Efraim Flashner 2024-01-04 11:38:01 +02:00
parent 6133a3e358
commit 7c0ca8826f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -15110,14 +15110,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.3")
(version "0.8.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "core-foundation-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1p5r2wckarkpkyc4z83q08dwpvcafrb1h6fxfa3qnikh8szww9sq"))))
(base32 "13w6sdf06r0hn7bx2b45zxsg1mm2phz34jikm6xc5qrbr6djpsh6"))))
(build-system cargo-build-system)
(home-page "https://github.com/servo/core-foundation-rs")
(synopsis "Bindings to Core Foundation for macOS")