me
/
guix
Archived
1
0
Fork 0

gnu: rust-notify-4: Update to 4.0.15.

* 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.
master
Jakub Kądziołka 2020-08-03 21:45:39 +02:00
parent af656e964d
commit 6743345774
No known key found for this signature in database
GPG Key ID: E315A75846131564
1 changed files with 4 additions and 5 deletions

View 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