1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 05:30:32 +02:00

gnu: cpuid: Update to 20200427.

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

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Michael Rohleder
2020-08-12 17:42:50 +02:00
committed by Mathieu Othacehe
parent 35e24fab73
commit 7ae3b11a24

View File

@@ -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")