me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -465,14 +465,14 @@ CommonCrypto library.")
(define-public rust-core-foundation-0.9 (define-public rust-core-foundation-0.9
(package (package
(name "rust-core-foundation") (name "rust-core-foundation")
(version "0.9.3") (version "0.9.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "core-foundation" version)) (uri (crate-uri "core-foundation" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "0ii1ihpjb30fk38gdikm5wqlkmyr8k46fh4k2r8sagz5dng7ljhr")))) (base32 "13zvbbj07yk3b61b8fhwfzhy35535a583irf23vlcg59j7h9bqci"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:tests? #f ;tests fail with a lot of "undefined reference" `(#:tests? #f ;tests fail with a lot of "undefined reference"