mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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:
parent
468607deb6
commit
67bc8a35b5
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue