mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
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:
parent
597dbd49ae
commit
746243e790
1 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue