mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
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:
parent
11e4cfb302
commit
8043631714
1 changed files with 17 additions and 0 deletions
|
@ -16718,6 +16718,23 @@ (define-public rust-cpufeatures-0.1
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1j0i97325c2grndsfgnm3lqk0xbyvdl2dbgn8i5dd9yhnmycc07d"))))))
|
(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
|
(define-public rust-cpuprofiler-0.0
|
||||||
(package
|
(package
|
||||||
(name "rust-cpuprofiler")
|
(name "rust-cpuprofiler")
|
||||||
|
|
Loading…
Reference in a new issue