guix-commits
[Top][All Lists]
Advanced

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

07/14: gnu: cpuid: Update to 20200116.


From: guix-commits
Subject: 07/14: gnu: cpuid: Update to 20200116.
Date: Sun, 19 Jan 2020 22:53:35 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5c65b790362c8008f649742e4e2b0b4d6448bc3b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Jan 20 02:54:37 2020 +0100

    gnu: cpuid: Update to 20200116.
    
    * gnu/packages/linux.scm (cpuid): Update to 20200116.
---
 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 936047d..8ea8a90 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5459,14 +5459,14 @@ available in the kernel Linux.")
 (define-public cpuid
   (package
     (name "cpuid")
-    (version "20180519")
+    (version "20200116")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.etallen.com/cpuid/cpuid-";
                                   version ".src.tar.gz"))
               (sha256
                (base32
-                "16pzwyifc9glpk1hm6bqb5d1a7cw0qnqiamh5sbvqg7j6sz26y4n"))))
+                "1gxi4iwy6j366l6bkj1yyxhrk1rxmwfp498gikfxn8xwhij9dn0a"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("CC=gcc")



reply via email to

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