guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: cpuid: Update to 20201006.


From: guix-commits
Subject: 14/15: gnu: cpuid: Update to 20201006.
Date: Wed, 14 Oct 2020 10:32:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ea36db33924ec06450578d8febd6268e0ae439ba
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 14 12:05:59 2020 +0200

    gnu: cpuid: Update to 20201006.
    
    * gnu/packages/linux.scm (cpuid): Update to 20201006.
---
 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 4b8bbfd..1c71c15 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6427,14 +6427,14 @@ available in the kernel Linux.")
 (define-public cpuid
   (package
     (name "cpuid")
-    (version "20200427")
+    (version "20201006")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.etallen.com/cpuid/cpuid-";
                                   version ".src.tar.gz"))
               (sha256
                (base32
-                "1m31238z2ya8f8pzpyklwp0ksf5xicqrw1z941hhhx913wzldaf1"))))
+                "19jnkh57f979b78ak5mpxmdvnkgc33r55cw9shgd2hc380b3zi8k"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("CC=gcc")



reply via email to

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