efraim pushed a commit to branch rust-team
in repository guix.

commit fd17976d618dbafd48bf86f81eea767f2bc3e128
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Nov 14 09:41:28 2024 +0200

    gnu: rust-core-foundation-sys-0.8: Update to 0.8.7.
    
    * gnu/packages/crates-apple.scm (rust-core-foundation-sys-0.8): Update
    to 0.8.7.
    
    Change-Id: I8e96cc9ab94d1e5f788ad531a1a4ee7e6521c964
---
 gnu/packages/crates-apple.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-apple.scm b/gnu/packages/crates-apple.scm
index 16f55b345f..093b8257f8 100644
--- a/gnu/packages/crates-apple.scm
+++ b/gnu/packages/crates-apple.scm
@@ -586,14 +586,14 @@ CommonCrypto library.")
 (define-public rust-core-foundation-sys-0.8
   (package
     (name "rust-core-foundation-sys")
-    (version "0.8.6")
+    (version "0.8.7")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "core-foundation-sys" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "13w6sdf06r0hn7bx2b45zxsg1mm2phz34jikm6xc5qrbr6djpsh6"))))
+        (base32 "12w8j73lazxmr1z0h98hf3z623kl8ms7g07jch7n4p8f9nwlhdkp"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/servo/core-foundation-rs";)
     (synopsis "Bindings to Core Foundation for macOS")

Reply via email to