1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: rust-sysinfo: Update to 0.30.13.

* gnu/packages/crates-io.scm (rust-sysinfo): Update to 0.30.13.
[arguments]: Adjust the cargo-test-flags.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I4f4dcbe99f3a503f260bbc5ed8f7912fbf6f73d0
This commit is contained in:
Divya Ranjan 2025-01-05 07:03:46 +00:00 committed by Efraim Flashner
parent 8bd0af6e75
commit 93caef4961
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -77851,20 +77851,21 @@ processors, disks, components and networks.")
(package
(inherit rust-sysinfo-0.31)
(name "rust-sysinfo")
(version "0.30.7")
(version "0.30.13")
(source
(origin
(method url-fetch)
(uri (crate-uri "sysinfo" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "064d267hiqnj2jd9rmkki3fra9yjza6gr6i02qm8a2iqxy45hf0c"))))
(base32 "1csbkx1hdlacgzw5ynjyfvgc1xg58w3h1rgh5gm2pysmxvd4snqa"))))
(arguments
`(#:cargo-test-flags
(list "--release" "--"
(list "--"
;; These files aren't available in the build environment.
"--skip=test::check_system_info"
"--skip=test::check_uid_gid"
"--skip=test_components"
"--skip=test_networks"
"--skip=test_wait_non_child"
"--skip=test_process_disk_usage")