guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: cpuid: Update to 20200427.


From: guix-commits
Subject: 01/02: gnu: cpuid: Update to 20200427.
Date: Thu, 13 Aug 2020 04:43:52 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 7ae3b11a244b78956afaf356f65e8816334c156b
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Aug 12 17:42:50 2020 +0200

    gnu: cpuid: Update to 20200427.
    
    * gnu/packages/linux.scm (cpuid): Update to 20200427.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 ca5a4f9..339796d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6433,14 +6433,14 @@ available in the kernel Linux.")
 (define-public cpuid
   (package
     (name "cpuid")
-    (version "20200211")
+    (version "20200427")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.etallen.com/cpuid/cpuid-";
                                   version ".src.tar.gz"))
               (sha256
                (base32
-                "06sjbqqp80l7nhsp6khglkzdp9qy4vhbvjxbfilznhsmrqiwlw55"))))
+                "1m31238z2ya8f8pzpyklwp0ksf5xicqrw1z941hhhx913wzldaf1"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("CC=gcc")



reply via email to

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