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
This commit is contained in:
Efraim Flashner 2024-01-22 09:55:49 +02:00
parent b71ef85bf2
commit 7384237bee
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 7 deletions

View File

@ -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))))