me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2023-02-22 12:19:08 +02:00 committed by Maxim Cournoyer
parent 1586d17f4e
commit 0fc638ca7a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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