guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: cpuid: Update to 20220812.


From: guix-commits
Subject: 01/11: gnu: cpuid: Update to 20220812.
Date: Tue, 16 Aug 2022 19:02:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cee96b6c4127b26ea4d4ce1068ff815e7fb9b445
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 14 02:00:01 2022 +0200

    gnu: cpuid: Update to 20220812.
    
    * gnu/packages/linux.scm (cpuid): Update to 20220812.
---
 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 0a86bc0b43..fb8b4fa5a8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7884,14 +7884,14 @@ available in the kernel Linux.")
 (define-public cpuid
   (package
     (name "cpuid")
-    (version "20220620")
+    (version "20220812")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.etallen.com/cpuid/cpuid-";
                                   version ".src.tar.gz"))
               (sha256
                (base32
-                "06nb69vlv1szdzq1dp784pgbr9z2py050v1hlrn4rr56jp0a2nci"))))
+                "1gss85szv4b48d93d6hzkkzggicdvw8dijiwfs84ywclgnwqzxiv"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags



reply via email to

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