diff mbox series

[bug#55525] gnu: cpuid: Update to 20220224.

Message ID CA+3U0Zn6BYPajMgtyNUVCM2o-OL1-VNyovLo++X0BY2fAA_t+g@mail.gmail.com
State Accepted
Headers show
Series [bug#55525] gnu: cpuid: Update to 20220224. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Greg Hogan May 19, 2022, 4:01 p.m. UTC
No dependents other than itself: cpuid@20220224


From c798012702a74efa5ece232f20ff0b71ee319913 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Wed, 18 May 2022 17:22:04 +0000
Subject: [PATCH] gnu: cpuid: Update to 20220224.

* gnu/packages/linux.scm (cpuid): Update to 20220224.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès May 24, 2022, 2:55 p.m. UTC | #1
Hi,

Greg Hogan <code@greghogan.com> skribis:

>>From c798012702a74efa5ece232f20ff0b71ee319913 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@greghogan.com>
> Date: Wed, 18 May 2022 17:22:04 +0000
> Subject: [PATCH] gnu: cpuid: Update to 20220224.
>
> * gnu/packages/linux.scm (cpuid): Update to 20220224.

Applied, thanks!

Ludo’.
diff mbox series

Patch

From c798012702a74efa5ece232f20ff0b71ee319913 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Wed, 18 May 2022 17:22:04 +0000
Subject: [PATCH] gnu: cpuid: Update to 20220224.

* gnu/packages/linux.scm (cpuid): Update to 20220224.
---
 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 e179a5c2f7..c0a8117447 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7760,14 +7760,14 @@  (define-public proot-static
 (define-public cpuid
   (package
     (name "cpuid")
-    (version "20211210")
+    (version "20220224")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.etallen.com/cpuid/cpuid-"
                                   version ".src.tar.gz"))
               (sha256
                (base32
-                "0i2z1r0zwsmvnx2azwsz3x6van6dj9480lh26s1ny6ny01bqjag0"))))
+                "178zv8jclzg3hqm3g5bpjnsp898rbbxfq6ydavw49vla24mdw6aa"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-- 
2.36.1