me
/
guix
Archived
1
0
Fork 0

gnu: rust-sysinfo-0.16: Update to 0.16.5.

* gnu/packages/crates-io.scm (rust-sysinfo-0.16): Update to 0.16.5.
master
Nicolas Goaziou 2021-05-14 14:25:31 +02:00
parent be8660793f
commit cf14e7cb63
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 10 additions and 11 deletions

View File

@ -41262,27 +41262,26 @@ syntax extension expansion.")
(define-public rust-sysinfo-0.16 (define-public rust-sysinfo-0.16
(package (package
(name "rust-sysinfo") (name "rust-sysinfo")
(version "0.16.1") (version "0.16.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "sysinfo" version)) (uri (crate-uri "sysinfo" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1rj3rdy1jd9la9a5xzwk0gcimln7qvzqf1sqwg9xi6cf0vvy453w")))) (base32 "06x5kvd4glq35jjy23xj8p7nd64dk8g4kc0v9qdfhyr0y0792zjn"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-cc" ,rust-cc-1) (("rust-cfg-if" ,rust-cfg-if-1)
("rust-cfg-if" ,rust-cfg-if-1) ("rust-core-foundation-sys" ,rust-core-foundation-sys-0.8)
("rust-core-foundation-sys" ,rust-core-foundation-sys-0.8) ("rust-doc-comment" ,rust-doc-comment-0.3)
("rust-doc-comment" ,rust-doc-comment-0.3) ("rust-libc" ,rust-libc-0.2)
("rust-libc" ,rust-libc-0.2) ("rust-ntapi" ,rust-ntapi-0.3)
("rust-ntapi" ,rust-ntapi-0.3) ("rust-once-cell" ,rust-once-cell-1)
("rust-once-cell" ,rust-once-cell-1) ("rust-rayon" ,rust-rayon-1)
("rust-rayon" ,rust-rayon-1) ("rust-winapi" ,rust-winapi-0.3))))
("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://github.com/GuillaumeGomez/sysinfo") (home-page "https://github.com/GuillaumeGomez/sysinfo")
(synopsis "System handler to interact with processes") (synopsis "System handler to interact with processes")
(description (description