guix-commits
[Top][All Lists]
Advanced

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

83/113: gnu: rust-core-foundation-0.9: Update to 0.9.4.


From: guix-commits
Subject: 83/113: gnu: rust-core-foundation-0.9: Update to 0.9.4.
Date: Mon, 22 Jan 2024 04:30:42 -0500 (EST)

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

commit 03523f40ca77d09a35b87e59aa54864fb26bc68f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 09:54:12 2024 +0200

    gnu: rust-core-foundation-0.9: Update to 0.9.4.
    
    * gnu/packages/crates-apple.scm (rust-core-foundation-0.9): Update to
    0.9.4.
    
    Change-Id: I69fed7539853e530789e211b6a20979fb7ce46ce
---
 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 3d15855fa0..2a3e999986 100644
--- a/gnu/packages/crates-apple.scm
+++ b/gnu/packages/crates-apple.scm
@@ -465,14 +465,14 @@ CommonCrypto library.")
 (define-public rust-core-foundation-0.9
   (package
     (name "rust-core-foundation")
-    (version "0.9.3")
+    (version "0.9.4")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "core-foundation" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0ii1ihpjb30fk38gdikm5wqlkmyr8k46fh4k2r8sagz5dng7ljhr"))))
+        (base32 "13zvbbj07yk3b61b8fhwfzhy35535a583irf23vlcg59j7h9bqci"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f             ;tests fail with a lot of "undefined reference"



reply via email to

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