guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: cpuid: Update to 20211210.


From: guix-commits
Subject: 08/12: gnu: cpuid: Update to 20211210.
Date: Fri, 17 Dec 2021 16:51:44 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ee878de4bdb732b01c581ddfea57349ef3c9bdb1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 21:26:02 2021 +0100

    gnu: cpuid: Update to 20211210.
    
    * gnu/packages/linux.scm (cpuid): Update to 20211210.
---
 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 e26d4cd..bb11884 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7222,14 +7222,14 @@ available in the kernel Linux.")
 (define-public cpuid
   (package
     (name "cpuid")
-    (version "20211121")
+    (version "20211210")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.etallen.com/cpuid/cpuid-";
                                   version ".src.tar.gz"))
               (sha256
                (base32
-                "06n0wrsc1h0r4gbpil0lxvjsfybiyra62bmifzhmvc9ivwm5cbqp"))))
+                "0i2z1r0zwsmvnx2azwsz3x6van6dj9480lh26s1ny6ny01bqjag0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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