guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

84/113: gnu: rust-core-text-19: Update to 19.2.0.


From: guix-commits
Subject: 84/113: gnu: rust-core-text-19: Update to 19.2.0.
Date: Mon, 22 Jan 2024 04:30:42 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 7d90a6218fb6ea9459480ed32ba08f18ca2022e0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 09:54:42 2024 +0200

    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
---
 gnu/packages/crates-apple.scm | 6 +++---
 1 file 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]