mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Remove rust-cpufeatures-0.1.
* gnu/packages/crates-io.scm (rust-cpufeatures-0.1): Delete variable. Change-Id: I6b5a2cc87ec2a6d72b8695e79eccae79cf45d2c7
This commit is contained in:
parent
6ae6dfba27
commit
4a41aeccf6
1 changed files with 0 additions and 13 deletions
|
@ -13621,19 +13621,6 @@ (define-public rust-cpufeatures-0.2
|
|||
to the @code{is_x86_feature_detected!} macro.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-cpufeatures-0.1
|
||||
(package
|
||||
(inherit rust-cpufeatures-0.2)
|
||||
(name "rust-cpufeatures")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cpufeatures" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1j0i97325c2grndsfgnm3lqk0xbyvdl2dbgn8i5dd9yhnmycc07d"))))))
|
||||
|
||||
(define-public rust-cpuid-bool-0.2
|
||||
(package
|
||||
(name "rust-cpuid-bool")
|
||||
|
|
Loading…
Reference in a new issue