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:
Efraim Flashner 2023-02-22 12:18:41 +02:00
parent e7ea8cc60a
commit fe5d802dfe
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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"