guix-commits
[Top][All Lists]
Advanced

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

12/12: gnu: cpuid: Update to 20220224.


From: guix-commits
Subject: 12/12: gnu: cpuid: Update to 20220224.
Date: Tue, 24 May 2022 11:21:53 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 01793ed03e8aa0960bff7adc21fd270e1527e68e
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed May 18 17:22:04 2022 +0000

    gnu: cpuid: Update to 20220224.
    
    * gnu/packages/linux.scm (cpuid): Update to 20220224.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 580fef6d30..84fd8a4faf 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7754,14 +7754,14 @@ available in the kernel Linux.")
 (define-public cpuid
   (package
     (name "cpuid")
-    (version "20211210")
+    (version "20220224")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.etallen.com/cpuid/cpuid-";
                                   version ".src.tar.gz"))
               (sha256
                (base32
-                "0i2z1r0zwsmvnx2azwsz3x6van6dj9480lh26s1ny6ny01bqjag0"))))
+                "178zv8jclzg3hqm3g5bpjnsp898rbbxfq6ydavw49vla24mdw6aa"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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