guix-commits
[Top][All Lists]
Advanced

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

412/475: gnu: rust-notify-5: Update to 5.1.0.


From: guix-commits
Subject: 412/475: gnu: rust-notify-5: Update to 5.1.0.
Date: Sun, 7 May 2023 12:48:27 -0400 (EDT)

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

commit 53470d633d6440473838b90660eb8b6e5cef4436
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 24 12:31:56 2023 +0300

    gnu: rust-notify-5: Update to 5.1.0.
    
    * gnu/packages/crates-io.scm (rust-notify-5): Update to 5.1.0.
    [arguments]: Don't skip build.
    [cargo-inputs]: Add rust-windows-0.42.  Replace rust-mio-0.7 with 0.8.
    Remove rust-fsevent-2, rust-winapi-0.3.
    [cargo-development-inputs]: Add rust-nix-0.23. Remove rust-futures-0.3.
    [description]: Expand to a full sentence.
---
 gnu/packages/crates-io.scm | 61 +++++++++++++++++++++-------------------------
 1 file changed, 28 insertions(+), 33 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fe02e65aaa..c3b7c3c122 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -38607,42 +38607,37 @@ with all line endings.")
 (define-public rust-notify-5
   (package
     (name "rust-notify")
-    (version "5.0.0-pre.13")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "notify" version))
-        (file-name
-          (string-append name "-" version ".tar.gz"))
-        (sha256
-          (base32
-            "0za8mpacxkr62fii5h7ny4h396y0m8myd3hf08njqdg2h21kap94"))))
+    (version "5.1.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "notify" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1a8vxbyh3aghyyvg76x4zzdwhr0d9p20x706vf7y81lalq58bsjq"))))
     (build-system cargo-build-system)
     (arguments
-      `(#:skip-build? #t
-        #:cargo-inputs
-        (("rust-bitflags" ,rust-bitflags-1)
-         ("rust-crossbeam-channel"
-          ,rust-crossbeam-channel-0.5)
-         ("rust-filetime" ,rust-filetime-0.2)
-         ("rust-fsevent" ,rust-fsevent-2)
-         ("rust-fsevent-sys" ,rust-fsevent-sys-4)
-         ("rust-kqueue" ,rust-kqueue-1)
-         ("rust-inotify" ,rust-inotify-0.9)
-         ("rust-libc" ,rust-libc-0.2)
-         ("rust-mio" ,rust-mio-0.7)
-         ("rust-serde" ,rust-serde-1)
-         ("rust-walkdir" ,rust-walkdir-2)
-         ("rust-winapi" ,rust-winapi-0.3))
-        #:cargo-development-inputs
-        (("rust-serde-json" ,rust-serde-json-1)
-         ("rust-futures" ,rust-futures-0.3)
-         ("rust-tempfile" ,rust-tempfile-3))))
+     `(#:cargo-inputs
+       (("rust-bitflags" ,rust-bitflags-1)
+        ("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
+        ("rust-filetime" ,rust-filetime-0.2)
+        ("rust-fsevent-sys" ,rust-fsevent-sys-4)
+        ("rust-inotify" ,rust-inotify-0.9)
+        ("rust-kqueue" ,rust-kqueue-1)
+        ("rust-kqueue" ,rust-kqueue-1)
+        ("rust-libc" ,rust-libc-0.2)
+        ("rust-mio" ,rust-mio-0.8)
+        ("rust-serde" ,rust-serde-1)
+        ("rust-walkdir" ,rust-walkdir-2)
+        ("rust-windows-sys" ,rust-windows-sys-0.42))
+       #:cargo-development-inputs
+       (("rust-nix" ,rust-nix-0.23)
+        ("rust-serde-json" ,rust-serde-json-1)
+        ("rust-tempfile" ,rust-tempfile-3))))
     (home-page "https://github.com/notify-rs/notify";)
-    (synopsis
-      "Cross-platform filesystem notification library")
-    (description
-      "Cross-platform filesystem notification library")
+    (synopsis "Cross-platform filesystem notification library")
+    (description "This package contains a cross-platform filesystem
+notification library.")
     (license (list license:cc0 license:artistic2.0))))
 
 (define-public rust-notify-4



reply via email to

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