diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-11-14 09:41:28 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-11-28 11:05:13 +0200 |
commit | 8dc4407e1c65c6167d42d6c0f8a06def924a4721 (patch) | |
tree | 794568e4f18103bbc971e2a30aa7f824fe241286 /gnu/packages/crates-apple.scm | |
parent | 7d585503a1a30d30d469e5b8270d4947087f18d8 (diff) | |
download | guix-8dc4407e1c65c6167d42d6c0f8a06def924a4721.tar.gz guix-8dc4407e1c65c6167d42d6c0f8a06def924a4721.zip |
gnu: rust-core-foundation-sys-0.8: Update to 0.8.7.
* gnu/packages/crates-apple.scm (rust-core-foundation-sys-0.8): Update
to 0.8.7.
Change-Id: I8e96cc9ab94d1e5f788ad531a1a4ee7e6521c964
Diffstat (limited to 'gnu/packages/crates-apple.scm')
-rw-r--r-- | gnu/packages/crates-apple.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-apple.scm b/gnu/packages/crates-apple.scm index 16f55b345f..093b8257f8 100644 --- a/gnu/packages/crates-apple.scm +++ b/gnu/packages/crates-apple.scm @@ -586,14 +586,14 @@ CommonCrypto library.") (define-public rust-core-foundation-sys-0.8 (package (name "rust-core-foundation-sys") - (version "0.8.6") + (version "0.8.7") (source (origin (method url-fetch) (uri (crate-uri "core-foundation-sys" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "13w6sdf06r0hn7bx2b45zxsg1mm2phz34jikm6xc5qrbr6djpsh6")))) + (base32 "12w8j73lazxmr1z0h98hf3z623kl8ms7g07jch7n4p8f9nwlhdkp")))) (build-system cargo-build-system) (home-page "https://github.com/servo/core-foundation-rs") (synopsis "Bindings to Core Foundation for macOS") |