mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: rust-core-foundation-0.9: Update to 0.9.3.
* gnu/packages/crates-io.scm (rust-core-foundation-0.9): Update to 0.9.3.
This commit is contained in:
parent
e7ea8cc60a
commit
fe5d802dfe
1 changed files with 2 additions and 2 deletions
|
@ -13468,14 +13468,14 @@ (define-public rust-core-arch-0.1
|
|||
(define-public rust-core-foundation-0.9
|
||||
(package
|
||||
(name "rust-core-foundation")
|
||||
(version "0.9.1")
|
||||
(version "0.9.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "core-foundation" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0qhackx0i914nbhcwi6bbxnyyqqldgxc046gviak3a3f8apf528a"))))
|
||||
(base32 "0ii1ihpjb30fk38gdikm5wqlkmyr8k46fh4k2r8sagz5dng7ljhr"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;tests fail with a lot of "undefined reference"
|
||||
|
|
Loading…
Reference in a new issue