Skip to content

Commit 08fee94

Browse files
vincelenckx
authored andcommitted
gnu: cpuid: Update to 20200211.
* gnu/packages/linux.scm (cpuid): Update to 20200211. Signed-off-by: Tobias Geerinckx-Rice <[email protected]>
1 parent da6f1bf commit 08fee94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gnu/packages/linux.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5626,14 +5626,14 @@ available in the kernel Linux.")
56265626
(define-public cpuid
56275627
(package
56285628
(name "cpuid")
5629-
(version "20200116")
5629+
(version "20200211")
56305630
(source (origin
56315631
(method url-fetch)
56325632
(uri (string-append "http://www.etallen.com/cpuid/cpuid-"
56335633
version ".src.tar.gz"))
56345634
(sha256
56355635
(base32
5636-
"1gxi4iwy6j366l6bkj1yyxhrk1rxmwfp498gikfxn8xwhij9dn0a"))))
5636+
"06sjbqqp80l7nhsp6khglkzdp9qy4vhbvjxbfilznhsmrqiwlw55"))))
56375637
(build-system gnu-build-system)
56385638
(arguments
56395639
'(#:make-flags '("CC=gcc")

0 commit comments

Comments
 (0)