guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

41/193: gnu: Remove rust-cpuid-bool-0.1.


From: guix-commits
Subject: 41/193: gnu: Remove rust-cpuid-bool-0.1.
Date: Mon, 24 Oct 2022 03:51:37 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7207787815959d3ec0f8fcbe8611fd6a2b984be8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:31:44 2022 +0300

    gnu: Remove rust-cpuid-bool-0.1.
    
    * gnu/packages/crates-io.scm (rust-cpuid-bool-0.1): Delete variable.
---
 gnu/packages/crates-io.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7210b7aa49..ee9cd65c04 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14100,27 +14100,6 @@ to the @code{is_x86_feature_detected!} macro.")
        (sha256
         (base32 "1j0i97325c2grndsfgnm3lqk0xbyvdl2dbgn8i5dd9yhnmycc07d"))))))
 
-(define-public rust-cpuid-bool-0.1
-  (package
-    (name "rust-cpuid-bool")
-    (version "0.1.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "cpuid-bool" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1r3v22cxly1shvw8qi0153708kggdqvh8jp0g82wbxi06d1mqdvd"))))
-    (build-system cargo-build-system)
-    (home-page "https://github.com/RustCrypto/utils";)
-    (synopsis "Lightweight alternative to is_x86_feature_detected")
-    (description
-     "This package provides a lightweight @code{no-std} compatible alternative
-to @code{is_x86_feature_detected}.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-cpuprofiler-0.0
   (package
     (name "rust-cpuprofiler")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]