all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#42830] [PATCH] gnu: cpuid: Update to 20200427.
@ 2020-08-12 15:42 Michael Rohleder
  2020-08-13  8:38 ` Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-08-12 15:42 UTC (permalink / raw)
  To: 42830; +Cc: Michael Rohleder

* gnu/packages/linux.scm (cpuid): Update to 20200427.
---
 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 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")
-- 
2.28.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#42830] [PATCH] gnu: cpuid: Update to 20200427.
  2020-08-12 15:42 [bug#42830] [PATCH] gnu: cpuid: Update to 20200427 Michael Rohleder
@ 2020-08-13  8:38 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-08-13  8:38 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 42830


> * gnu/packages/linux.scm (cpuid): Update to 20200427.

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-13  8:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-12 15:42 [bug#42830] [PATCH] gnu: cpuid: Update to 20200427 Michael Rohleder
2020-08-13  8:38 ` Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.