me
/
guix
Archived
1
0
Fork 0

gnu: cpuid: Update to 20220224.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Greg Hogan 2022-05-18 17:22:04 +00:00 committed by Ludovic Courtès
parent d6e4ed34a7
commit 01793ed03e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -7754,14 +7754,14 @@ available in the kernel Linux.")
(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