me
/
guix
Archived
1
0
Fork 0

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

View File

@ -13468,14 +13468,14 @@ intrinsics.")
(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"