guix-commits
[Top][All Lists]
Advanced

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

20/73: gnu: rust-core-foundation-sys-0.8: Update to 0.8.3.


From: guix-commits
Subject: 20/73: gnu: rust-core-foundation-sys-0.8: Update to 0.8.3.
Date: Tue, 11 Apr 2023 22:07:21 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit b4c7b4c73e2a6d4d98a780c452190512ab9c640a
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 b51f1e004a..42861decd3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13102,14 +13102,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]