diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-20 02:54:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-20 04:49:51 +0100 |
commit | 5c65b790362c8008f649742e4e2b0b4d6448bc3b (patch) | |
tree | 8dee8f0af1863f889b17dfa502f08cbe821bee83 /gnu | |
parent | 3caef3bdb7ee49b0d52a6f6d2d146aebcfc59f2e (diff) | |
download | patches-5c65b790362c8008f649742e4e2b0b4d6448bc3b.tar patches-5c65b790362c8008f649742e4e2b0b4d6448bc3b.tar.gz |
gnu: cpuid: Update to 20200116.
* gnu/packages/linux.scm (cpuid): Update to 20200116.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
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") |