guix-commits
[Top][All Lists]
Advanced

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

86/113: gnu: rust-fsevent-2: Update to 2.1.2.


From: guix-commits
Subject: 86/113: gnu: rust-fsevent-2: Update to 2.1.2.
Date: Mon, 22 Jan 2024 04:30:42 -0500 (EST)

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

commit 0a1225a831af47fcc6fe73f69450b223661a0edb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 09:55:49 2024 +0200

    gnu: rust-fsevent-2: Update to 2.1.2.
    
    * gnu/packages/crates-apple.scm (rust-fsevent-2): Update to 2.1.2.
    [arguments]: Don't skip the build.
    [cargo-inputs]: Replace rust-fsevent-sys-3 with 4.
    
    Change-Id: I2db396cd390454327eb874e5f4604e218e0daf82
---
 gnu/packages/crates-apple.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/crates-apple.scm b/gnu/packages/crates-apple.scm
index 8f3ee84f51..1c06ab4ad8 100644
--- a/gnu/packages/crates-apple.scm
+++ b/gnu/packages/crates-apple.scm
@@ -716,22 +716,20 @@ Central Dispatch.")
 (define-public rust-fsevent-2
   (package
     (name "rust-fsevent")
-    (version "2.0.2")
+    (version "2.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "fsevent" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0qsylfbhgha319q6a8yvkznbm3hf47gy3y8nq82qijcm5hh4gwwp"))))
+         "0pvpz0n4yl64yvx3acchxnfd28vhx88x4pvsa6zrb8d08zqx2dl8"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-bitflags" ,rust-bitflags-1)
-        ("rust-fsevent-sys" ,rust-fsevent-sys-3))
+        ("rust-fsevent-sys" ,rust-fsevent-sys-4))
        #:cargo-development-inputs
        (("rust-tempfile" ,rust-tempfile-3)
         ("rust-time" ,rust-time-0.2))))



reply via email to

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