diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:01 +0200 |
commit | f6d784b3b5f5a6e41476037cece9476092bee1fb (patch) | |
tree | fb7f04279cc98c810ef5766ddb198954d72fd805 /gnu/packages | |
parent | e3674f83b28505b6c8e2495cf956225dc9cb1544 (diff) | |
download | guix-f6d784b3b5f5a6e41476037cece9476092bee1fb.tar.gz guix-f6d784b3b5f5a6e41476037cece9476092bee1fb.zip |
gnu: cpuid: Update to 20221003.
* gnu/packages/linux.scm (cpuid): Update to 20221003.
Diffstat (limited to 'gnu/packages')
-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 c8ffe662ab..a278ae670a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7924,14 +7924,14 @@ available in the kernel Linux.") (define-public cpuid (package (name "cpuid") - (version "20220812") + (version "20221003") (source (origin (method url-fetch) (uri (string-append "http://www.etallen.com/cpuid/cpuid-" version ".src.tar.gz")) (sha256 (base32 - "1gss85szv4b48d93d6hzkkzggicdvw8dijiwfs84ywclgnwqzxiv")))) + "01w318kxcksfbjwjnnc9ly12g0yp4vm6xjgfl8mmi0jndg0cbi33")))) (build-system gnu-build-system) (arguments (list #:make-flags |