mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
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:
parent
6133a3e358
commit
7c0ca8826f
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue