mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
da6f1bf0a1
commit
08fee94d0f
1 changed files with 2 additions and 2 deletions
|
@ -5626,14 +5626,14 @@ (define-public proot-static
|
||||||
(define-public cpuid
|
(define-public cpuid
|
||||||
(package
|
(package
|
||||||
(name "cpuid")
|
(name "cpuid")
|
||||||
(version "20200116")
|
(version "20200211")
|
||||||
(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
|
||||||
"1gxi4iwy6j366l6bkj1yyxhrk1rxmwfp498gikfxn8xwhij9dn0a"))))
|
"06sjbqqp80l7nhsp6khglkzdp9qy4vhbvjxbfilznhsmrqiwlw55"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags '("CC=gcc")
|
'(#:make-flags '("CC=gcc")
|
||||||
|
|
Loading…
Reference in a new issue