diff mbox series

[bug#42830] gnu: cpuid: Update to 20200427.

Message ID 20200812154250.7163-1-mike@rohleder.de
State Accepted
Headers show
Series [bug#42830] gnu: cpuid: Update to 20200427. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Michael Rohleder Aug. 12, 2020, 3:42 p.m. UTC
* gnu/packages/linux.scm (cpuid): Update to 20200427.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Mathieu Othacehe Aug. 13, 2020, 8:38 a.m. UTC | #1
> * gnu/packages/linux.scm (cpuid): Update to 20200427.

Pushed, thanks!

Mathieu
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ca5a4f99b0..339796dde5 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")