diff options
author | Michael Rohleder <mike@rohleder.de> | 2020-08-12 17:42:50 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-08-13 10:37:39 +0200 |
commit | 7ae3b11a244b78956afaf356f65e8816334c156b (patch) | |
tree | 14e479de0fe8318f3e629e4de575639bba939fd4 | |
parent | 35e24fab73bc450c6e0d3b9a5bbdfa88d2c425f4 (diff) | |
download | guix-7ae3b11a244b78956afaf356f65e8816334c156b.tar.gz |
gnu: cpuid: Update to 20200427.
* gnu/packages/linux.scm (cpuid): Update to 20200427. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-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 ca5a4f99b0..339796dde5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6433,14 +6433,14 @@ available in the kernel Linux.") (define-public cpuid (package (name "cpuid") - (version "20200211") + (version "20200427") (source (origin (method url-fetch) (uri (string-append "http://www.etallen.com/cpuid/cpuid-" version ".src.tar.gz")) (sha256 (base32 - "06sjbqqp80l7nhsp6khglkzdp9qy4vhbvjxbfilznhsmrqiwlw55")))) + "1m31238z2ya8f8pzpyklwp0ksf5xicqrw1z941hhhx913wzldaf1")))) (build-system gnu-build-system) (arguments '(#:make-flags '("CC=gcc") |