summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-08-12 17:42:50 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-08-13 10:37:39 +0200
commit7ae3b11a244b78956afaf356f65e8816334c156b (patch)
tree14e479de0fe8318f3e629e4de575639bba939fd4 /gnu
parent35e24fab73bc450c6e0d3b9a5bbdfa88d2c425f4 (diff)
downloadguix-patches-7ae3b11a244b78956afaf356f65e8816334c156b.tar
guix-patches-7ae3b11a244b78956afaf356f65e8816334c156b.tar.gz
gnu: cpuid: Update to 20200427.
* gnu/packages/linux.scm (cpuid): Update to 20200427. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu')
-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 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")