guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cpuid: Update to 20200211.


From: guix-commits
Subject: branch master updated: gnu: cpuid: Update to 20200211.
Date: Sun, 23 Feb 2020 18:45:23 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 08fee94  gnu: cpuid: Update to 20200211.
08fee94 is described below

commit 08fee94d0fd96ea2b40f9fec80dc3fa19e283019
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Feb 23 23:54:38 2020 +0100

    gnu: cpuid: Update to 20200211.
    
    * gnu/packages/linux.scm (cpuid): Update to 20200211.
    
    Signed-off-by: Tobias Geerinckx-Rice <address@hidden>
---
 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 f0fd2fb..3fdc716 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5626,14 +5626,14 @@ available in the kernel Linux.")
 (define-public cpuid
   (package
     (name "cpuid")
-    (version "20200116")
+    (version "20200211")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.etallen.com/cpuid/cpuid-";
                                   version ".src.tar.gz"))
               (sha256
                (base32
-                "1gxi4iwy6j366l6bkj1yyxhrk1rxmwfp498gikfxn8xwhij9dn0a"))))
+                "06sjbqqp80l7nhsp6khglkzdp9qy4vhbvjxbfilznhsmrqiwlw55"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("CC=gcc")



reply via email to

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