gnu: cpuid: Update to 20200211.

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

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Vincent Legoll 2020-02-23 23:54:38 +01:00 committed by Tobias Geerinckx-Rice
parent da6f1bf0a1
commit 08fee94d0f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5626,14 +5626,14 @@ (define-public proot-static
(define-public cpuid
(package
(name "cpuid")
(version "20200116")
(version "20200211")
(source (origin
(method url-fetch)
(uri (string-append "http://www.etallen.com/cpuid/cpuid-"
version ".src.tar.gz"))
(sha256
(base32
"1gxi4iwy6j366l6bkj1yyxhrk1rxmwfp498gikfxn8xwhij9dn0a"))))
"06sjbqqp80l7nhsp6khglkzdp9qy4vhbvjxbfilznhsmrqiwlw55"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("CC=gcc")