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: I69fed7539853e530789e211b6a20979fb7ce46cemaster
parent
468607deb6
commit
67bc8a35b5
|
@ -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"
|
||||||
|
|
Reference in New Issue