me
/
guix
Archived
1
0
Fork 0

gnu: cpuid: Update to 20201006.

* gnu/packages/linux.scm (cpuid): Update to 20201006.
master
Tobias Geerinckx-Rice 2020-10-14 12:05:59 +02:00
parent bf476ea16a
commit ea36db3392
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6427,14 +6427,14 @@ available in the kernel Linux.")
(define-public cpuid
(package
(name "cpuid")
(version "20200427")
(version "20201006")
(source (origin
(method url-fetch)
(uri (string-append "http://www.etallen.com/cpuid/cpuid-"
version ".src.tar.gz"))
(sha256
(base32
"1m31238z2ya8f8pzpyklwp0ksf5xicqrw1z941hhhx913wzldaf1"))))
"19jnkh57f979b78ak5mpxmdvnkgc33r55cw9shgd2hc380b3zi8k"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("CC=gcc")