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
This commit is contained in:
Efraim Flashner 2024-01-22 09:54:12 +02:00
parent 468607deb6
commit 67bc8a35b5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -465,14 +465,14 @@ (define-public rust-coreaudio-sys-0.2
(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"