gnu: cpuid: Update to 20200427.
* gnu/packages/linux.scm (cpuid): Update to 20200427. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>master
parent
35e24fab73
commit
7ae3b11a24
|
@ -6433,14 +6433,14 @@ available in the kernel Linux.")
|
||||||
(define-public cpuid
|
(define-public cpuid
|
||||||
(package
|
(package
|
||||||
(name "cpuid")
|
(name "cpuid")
|
||||||
(version "20200211")
|
(version "20200427")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.etallen.com/cpuid/cpuid-"
|
(uri (string-append "http://www.etallen.com/cpuid/cpuid-"
|
||||||
version ".src.tar.gz"))
|
version ".src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06sjbqqp80l7nhsp6khglkzdp9qy4vhbvjxbfilznhsmrqiwlw55"))))
|
"1m31238z2ya8f8pzpyklwp0ksf5xicqrw1z941hhhx913wzldaf1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags '("CC=gcc")
|
'(#:make-flags '("CC=gcc")
|
||||||
|
|
Reference in New Issue