gnu: rust-inotify-0.9: Update to 0.9.6.

* gnu/packages/crates-io.scm (rust-inotify-0.9): Update to 0.9.6.
[arguments]: Don't skip the build.

Change-Id: Ie52a05c052864e1bc80580d2fba53c5fd6a5c618
This commit is contained in:
Efraim Flashner 2024-12-22 22:29:03 +02:00
parent 597dbd49ae
commit 746243e790
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -36913,17 +36913,16 @@ (define-public rust-inotify-0.9
(package
(inherit rust-inotify-0.10)
(name "rust-inotify")
(version "0.9.3")
(version "0.9.6")
(source (origin
(method url-fetch)
(uri (crate-uri "inotify" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1cs3xlkq3fnfca3mimvifazp01ayscinm07v38ifw0xin5f4fcdh"))))
"1zxb04c4qccp8wnr3v04l503qpxzxzzzph61amlqbsslq4z9s1pq"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-bitflags" ,rust-bitflags-1)
("rust-futures-core" ,rust-futures-core-0.3)
("rust-inotify-sys" ,rust-inotify-sys-0.1)