gnu: Add rust-cpuid-bool-0.2.

* gnu/packages/crates-io.scm (rust-cpuid-bool-0.2): New variable.

Change-Id: Ie5c48db13f1e03656c372fb6ae8884f79df20bab
This commit is contained in:
Efraim Flashner 2023-11-04 21:55:55 +02:00
parent 11e4cfb302
commit 8043631714
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -16718,6 +16718,23 @@ (define-public rust-cpufeatures-0.1
(sha256
(base32 "1j0i97325c2grndsfgnm3lqk0xbyvdl2dbgn8i5dd9yhnmycc07d"))))))
(define-public rust-cpuid-bool-0.2
(package
(name "rust-cpuid-bool")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "cpuid-bool" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1fpzag3g655p1lr08jgf5n89snjc2ycqx30mm0w3irc9fc3mvcnw"))))
(build-system cargo-build-system)
(home-page "https://github.com/RustCrypto/utils/tree/master/cpufeatures")
(synopsis "replaced by the `cpufeatures` crate")
(description "This package has been replaced by the `cpufeatures` crate.")
(license (list license:expat license:asl2.0))))
(define-public rust-cpuprofiler-0.0
(package
(name "rust-cpuprofiler")