gnu: rust-timerfd-1: Update to 1.5.0.
* gnu/packages/crates-io.scm (rust-timerfd-1): Update to 1.5.0. [cargo-inputs]: Add rust-rustix-0.37. Remove rust-libc-0.2. Change-Id: Ie0824eab2318cd3ca4d14ce136e5d2c620bd8e14
This commit is contained in:
parent
f9685f39ec
commit
f19c5e3b30
@ -69364,17 +69364,17 @@ closures after a delay or at a given timestamp.")
|
|||||||
(define-public rust-timerfd-1
|
(define-public rust-timerfd-1
|
||||||
(package
|
(package
|
||||||
(name "rust-timerfd")
|
(name "rust-timerfd")
|
||||||
(version "1.2.0")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "timerfd" version))
|
(uri (crate-uri "timerfd" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14gwkm2c38bm76ccpp4g20qqs77h86d1l81594i76pb751k3xd8b"))))
|
(base32 "18jf23sh843nfvvcdg5gwmnfy099f6fhpnz8w9xmq2xdhdyx8grx"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
|
`(#:cargo-inputs (("rust-rustix" ,rust-rustix-0.37))))
|
||||||
(home-page "https://github.com/main--/rust-timerfd")
|
(home-page "https://github.com/main--/rust-timerfd")
|
||||||
(synopsis "Rust interface to the Linux kernel's @code{timerfd} API")
|
(synopsis "Rust interface to the Linux kernel's @code{timerfd} API")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user