guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 257/470: gnu: rust-core-foundation-sys-0.8: Update to 0.8.3.
Date: Thu, 16 Mar 2023 03:01:24 -0400 (EDT)

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

commit 9554d0d7043c7f56234ca63edc2630fd4cf3557c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 12:19:08 2023 +0200

    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.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cf8b8c3ba6..ee7fa912a3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13411,14 +13411,14 @@ intrinsics.")
 (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]