gnu: Remove rust-sysinfo-0.15.

* gnu/packages/crates-io.scm (rust-sysinfo-0.15): Delete variable.

Change-Id: Id7ad664deebfa56f8ca6b9fddf0d710925f6628a
This commit is contained in:
Efraim Flashner 2024-01-22 22:24:19 +02:00
parent b6593945ed
commit c647acbcc8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -65514,30 +65514,6 @@ processors, disks, components and networks.")
#:cargo-development-inputs
(("rust-tempfile" ,rust-tempfile-3))))))
(define-public rust-sysinfo-0.15
(package
(inherit rust-sysinfo-0.27)
(name "rust-sysinfo")
(version "0.15.11")
(source (origin
(method url-fetch)
(uri (crate-uri "sysinfo" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0n713rhayp28z8j4pviqcg4blcp1yfvniwa1ipinp75hyv7lq0nx"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-cc" ,rust-cc-1)
("rust-cfg-if" ,rust-cfg-if-1)
("rust-core-foundation-sys" ,rust-core-foundation-sys-0.8)
("rust-doc-comment" ,rust-doc-comment-0.3)
("rust-libc" ,rust-libc-0.2)
("rust-ntapi" ,rust-ntapi-0.3)
("rust-once-cell" ,rust-once-cell-1)
("rust-rayon" ,rust-rayon-1)
("rust-winapi" ,rust-winapi-0.3))))))
(define-public rust-sysinfo-0.23
(package
(name "rust-sysinfo")