guix-commits
[Top][All Lists]
Advanced

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

16/16: gnu: cpuid: Update to 20180519.


From: Tobias Geerinckx-Rice
Subject: 16/16: gnu: cpuid: Update to 20180519.
Date: Fri, 15 Jun 2018 03:57:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ad21323c9649ebedca831d88a2f01aea76f62127
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 15 02:57:08 2018 +0200

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



reply via email to

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