diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-01-22 09:54:42 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-02-20 13:58:05 +0200 |
commit | 44be494dfd398f3f6910f5991caca6953cb516d0 (patch) | |
tree | 5c595fb2897f8fae25ea426d33a6e6c3e9dfea0b | |
parent | 67bc8a35b506bda1ec024b9feff2bb6b83ca8aa4 (diff) | |
download | guix-44be494dfd398f3f6910f5991caca6953cb516d0.tar.gz guix-44be494dfd398f3f6910f5991caca6953cb516d0.zip |
gnu: rust-core-text-19: Update to 19.2.0.
* gnu/packages/crates-apple.scm (rust-core-text-19): Update to 19.2.0.
Change-Id: I91f5024a11db3264643349c6bbf47ea93fccfc24
-rw-r--r-- | gnu/packages/crates-apple.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/crates-apple.scm b/gnu/packages/crates-apple.scm index 2a3e999986..17b56df920 100644 --- a/gnu/packages/crates-apple.scm +++ b/gnu/packages/crates-apple.scm @@ -637,16 +637,16 @@ CommonCrypto library.") (package (inherit rust-core-text-20) (name "rust-core-text") - (version "19.1.0") + (version "19.2.0") (source (origin (method url-fetch) (uri (crate-uri "core-text" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0q1sr55v8zq82y0dwnwwksz1radh515i0a45nbsda3w2idpg9iyj")))) + (base32 "09aa9gfw0zvjwncskr721ljnyj2vfsxbz2lgl7piqz70cvd4mmwr")))) (arguments - `(#:skip-build? #t + `(#:skip-build? #t ; link kind `framework` is only supported on Apple targets #:cargo-inputs (("rust-core-foundation" ,rust-core-foundation-0.9) ("rust-core-graphics" ,rust-core-graphics-0.22) |