gnu: rust-normalize-line-endings-0.2: Update to 5.0.0-pre.13.

* gnu/packages/crates-io.scm (rust-normalize-line-endings-0.2): Update to
5.0.0-pre.13.
[arguments]: <#:cargo-inputs>: add rust-kqueue-1.
<#:cargo-development-inputs>: add rust-futures,rust-tempfile.
<#:phases>: remove it.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Z572 2022-01-12 23:27:56 +08:00 committed by Nicolas Goaziou
parent 44c8825e22
commit eec50b7974
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -34637,7 +34637,7 @@ (define-public rust-normalize-line-endings-0.2
(define-public rust-notify-5 (define-public rust-notify-5
(package (package
(name "rust-notify") (name "rust-notify")
(version "5.0.0-pre.8") (version "5.0.0-pre.13")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -34646,7 +34646,7 @@ (define-public rust-notify-5
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0jq1ixzi7rgq233dxbxkn129n8lidswp1glsgbdhvw7ig38brfs6")))) "0za8mpacxkr62fii5h7ny4h396y0m8myd3hf08njqdg2h21kap94"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
@ -34656,7 +34656,8 @@ (define-public rust-notify-5
,rust-crossbeam-channel-0.5) ,rust-crossbeam-channel-0.5)
("rust-filetime" ,rust-filetime-0.2) ("rust-filetime" ,rust-filetime-0.2)
("rust-fsevent" ,rust-fsevent-2) ("rust-fsevent" ,rust-fsevent-2)
("rust-fsevent-sys" ,rust-fsevent-sys-3) ("rust-fsevent-sys" ,rust-fsevent-sys-4)
("rust-kqueue" ,rust-kqueue-1)
("rust-inotify" ,rust-inotify-0.9) ("rust-inotify" ,rust-inotify-0.9)
("rust-libc" ,rust-libc-0.2) ("rust-libc" ,rust-libc-0.2)
("rust-mio" ,rust-mio-0.7) ("rust-mio" ,rust-mio-0.7)
@ -34664,14 +34665,9 @@ (define-public rust-notify-5
("rust-walkdir" ,rust-walkdir-2) ("rust-walkdir" ,rust-walkdir-2)
("rust-winapi" ,rust-winapi-0.3)) ("rust-winapi" ,rust-winapi-0.3))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-serde-json" ,rust-serde-json-1)) (("rust-serde-json" ,rust-serde-json-1)
#:phases ("rust-futures" ,rust-futures-0.3)
(modify-phases %standard-phases ("rust-tempfile" ,rust-tempfile-3))))
(add-after 'unpack 'fix-version-requirements
(lambda _
(substitute* "Cargo.toml"
(("0.7.7") ,(package-version rust-mio-0.7)))
#t)))))
(home-page "https://github.com/notify-rs/notify") (home-page "https://github.com/notify-rs/notify")
(synopsis (synopsis
"Cross-platform filesystem notification library") "Cross-platform filesystem notification library")