diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-15 02:57:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-15 09:57:17 +0200 |
commit | ad21323c9649ebedca831d88a2f01aea76f62127 (patch) | |
tree | 932e9feed39d5da73816fae121136c045718adea /gnu | |
parent | d41a5f826dcc4ec86a30f401711201a5650bc72e (diff) | |
download | patches-ad21323c9649ebedca831d88a2f01aea76f62127.tar patches-ad21323c9649ebedca831d88a2f01aea76f62127.tar.gz |
gnu: cpuid: Update to 20180519.
* gnu/packages/linux.scm (cpuid): Update to 20180519.
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 5bcb95139c..9938af99b8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4409,14 +4409,14 @@ available in the kernel Linux.") (define-public cpuid (package (name "cpuid") - (version "20180419") + (version "20180519") (source (origin (method url-fetch) (uri (string-append "http://www.etallen.com/cpuid/cpuid-" version ".src.tar.gz")) (sha256 (base32 - "0cnxj72pjalsszhn862r6shw64zbrkw0k3mm36fn93bivswjnj12")))) + "16pzwyifc9glpk1hm6bqb5d1a7cw0qnqiamh5sbvqg7j6sz26y4n")))) (build-system gnu-build-system) (arguments '(#:make-flags '("CC=gcc") |