gnu: rust-notify-4: Update to 4.0.15.
authorJakub Kądziołka <kuba@kadziolka.net>
Mon, 3 Aug 2020 19:45:39 +0000 (21:45 +0200)
committerJakub Kądziołka <kuba@kadziolka.net>
Tue, 4 Aug 2020 13:57:35 +0000 (15:57 +0200)
* gnu/packages/crates-io.scm (rust-notify-4): Update to 4.0.15.
  [cargo-inputs]: Remove rust-kernel32-sys-0.2, replace rust-inotify-0.6
  with -0.7.
  [cargo-development-inputs]: Replace rust-tempdir-0.3 with
  rust-tempfile-3.

gnu/packages/crates-io.scm

index cf89bcf..0680cd0 100644 (file)
@@ -14959,7 +14959,7 @@ with all line endings.")
 (define-public rust-notify-4
   (package
     (name "rust-notify")
-    (version "4.0.14")
+    (version "4.0.15")
     (source
      (origin
        (method url-fetch)
@@ -14968,7 +14968,7 @@ with all line endings.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "12vpbg8j49196rxkm01hw2xfr0mk005ljmx0p9kwf6xj6gy2i5hr"))))
+         "1gadf8jf1vz7sip37rlwa66vw85ripy6977ibcfbiynii1v4mbl0"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -14976,15 +14976,14 @@ with all line endings.")
         ("rust-filetime" ,rust-filetime-0.2)
         ("rust-fsevent" ,rust-fsevent-0.4)
         ("rust-fsevent-sys" ,rust-fsevent-sys-2)
-        ("rust-inotify" ,rust-inotify-0.6)
-        ("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
+        ("rust-inotify" ,rust-inotify-0.7)
         ("rust-libc" ,rust-libc-0.2)
         ("rust-mio" ,rust-mio-0.6)
         ("rust-mio-extras" ,rust-mio-extras-2)
         ("rust-walkdir" ,rust-walkdir-2)
         ("rust-winapi" ,rust-winapi-0.3))
        #:cargo-development-inputs
-       (("rust-tempdir" ,rust-tempdir-0.3))))
+       (("rust-tempfile" ,rust-tempfile-3))))
     (home-page "https://github.com/passcod/notify")
     (synopsis "Cross-platform filesystem notification library")
     (description