aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-20 02:54:37 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-20 04:49:51 +0100
commit5c65b790362c8008f649742e4e2b0b4d6448bc3b (patch)
tree8dee8f0af1863f889b17dfa502f08cbe821bee83
parent3caef3bdb7ee49b0d52a6f6d2d146aebcfc59f2e (diff)
downloadguix-5c65b790362c8008f649742e4e2b0b4d6448bc3b.tar
guix-5c65b790362c8008f649742e4e2b0b4d6448bc3b.tar.gz
gnu: cpuid: Update to 20200116.
* gnu/packages/linux.scm (cpuid): Update to 20200116.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 936047dc1e..8ea8a903a4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5459,14 +5459,14 @@ available in the kernel Linux.")
(define-public cpuid
(package
(name "cpuid")
- (version "20180519")
+ (version "20200116")
(source (origin
(method url-fetch)
(uri (string-append "http://www.etallen.com/cpuid/cpuid-"
version ".src.tar.gz"))
(sha256
(base32
- "16pzwyifc9glpk1hm6bqb5d1a7cw0qnqiamh5sbvqg7j6sz26y4n"))))
+ "1gxi4iwy6j366l6bkj1yyxhrk1rxmwfp498gikfxn8xwhij9dn0a"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("CC=gcc")