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:
Efraim Flashner 2023-11-04 22:00:16 +02:00
parent 672b6f5c44
commit 5023986fbb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -36312,20 +36312,19 @@ (define-public rust-inotify-0.7
(define-public rust-inotify-sys-0.1 (define-public rust-inotify-sys-0.1
(package (package
(name "rust-inotify-sys") (name "rust-inotify-sys")
(version "0.1.3") (version "0.1.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "inotify-sys" version)) (uri (crate-uri "inotify-sys" version))
(file-name (file-name (string-append name "-" version ".tar.gz"))
(string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1h2nwgajz80qddjm4mpma94zahxw84nscbycy9pgzbjrgjl1ljp7")))) "1syhjgvkram88my04kv03s0zwa66mdwa5v7ddja3pzwvx2sh4p70"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2)))) `(#: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") (synopsis "Inotify bindings for Rust")
(description (description
"This package provides inotify bindings for the Rust programming language.") "This package provides inotify bindings for the Rust programming language.")