diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-26 23:21:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-27 00:49:55 +0100 |
commit | 6e34b8f35be96a5965a53ae573902306ded8f779 (patch) | |
tree | bed2661f0b8e262d97e40cfa6d58841f0ead0665 /gnu | |
parent | 10e26baae894f757242e1d239945203b9877a033 (diff) |
gnu: cpuid: Update to 20211121.
* gnu/packages/linux.scm (cpuid): Update to 20211121.
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 c38cf56c0e..087e5ff471 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7149,14 +7149,14 @@ available in the kernel Linux.") (define-public cpuid (package (name "cpuid") - (version "20211031") + (version "20211121") (source (origin (method url-fetch) (uri (string-append "http://www.etallen.com/cpuid/cpuid-" version ".src.tar.gz")) (sha256 (base32 - "13sxb2ar4gypiv0l87lr7hf3qjccwgsg1r92adv9jvrfxcv36pbn")))) + "06n0wrsc1h0r4gbpil0lxvjsfybiyra62bmifzhmvc9ivwm5cbqp")))) (build-system gnu-build-system) (arguments `(#:make-flags |