mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-inotify-sys-0.1: Update to 0.1.5.
* gnu/packages/crates-io.scm (rust-inotify-sys-0.1): Update to 0.1.5. [home-page]: Update to new home-page. Change-Id: Ifb99ec5fe5dcbcbfdc8e76e2909a26a281bce635
This commit is contained in:
parent
672b6f5c44
commit
5023986fbb
1 changed files with 4 additions and 5 deletions
|
@ -36312,20 +36312,19 @@ (define-public rust-inotify-0.7
|
|||
(define-public rust-inotify-sys-0.1
|
||||
(package
|
||||
(name "rust-inotify-sys")
|
||||
(version "0.1.3")
|
||||
(version "0.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "inotify-sys" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1h2nwgajz80qddjm4mpma94zahxw84nscbycy9pgzbjrgjl1ljp7"))))
|
||||
"1syhjgvkram88my04kv03s0zwa66mdwa5v7ddja3pzwvx2sh4p70"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
|
||||
(home-page "https://github.com/inotify-rs/inotify-sys")
|
||||
(home-page "https://github.com/hannobraun/inotify-sys")
|
||||
(synopsis "Inotify bindings for Rust")
|
||||
(description
|
||||
"This package provides inotify bindings for the Rust programming language.")
|
||||
|
|
Loading…
Reference in a new issue