diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 21:26:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 22:51:56 +0100 |
commit | ee878de4bdb732b01c581ddfea57349ef3c9bdb1 (patch) | |
tree | 0d03b5e4598be96389177cff303db7f73bc5915a /gnu | |
parent | 8d973a5a9b7f6469c9af4d877479417e9d4d7a8f (diff) | |
download | guix-ee878de4bdb732b01c581ddfea57349ef3c9bdb1.tar guix-ee878de4bdb732b01c581ddfea57349ef3c9bdb1.tar.gz |
gnu: cpuid: Update to 20211210.
* gnu/packages/linux.scm (cpuid): Update to 20211210.
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 e26d4cda00..bb118840af 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7222,14 +7222,14 @@ available in the kernel Linux.") (define-public cpuid (package (name "cpuid") - (version "20211121") + (version "20211210") (source (origin (method url-fetch) (uri (string-append "http://www.etallen.com/cpuid/cpuid-" version ".src.tar.gz")) (sha256 (base32 - "06n0wrsc1h0r4gbpil0lxvjsfybiyra62bmifzhmvc9ivwm5cbqp")))) + "0i2z1r0zwsmvnx2azwsz3x6van6dj9480lh26s1ny6ny01bqjag0")))) (build-system gnu-build-system) (arguments `(#:make-flags |