diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:00 +0100 |
commit | 4283b867a189cdbea8d07c39ffd576556c8b7c16 (patch) | |
tree | bcb50abdda90455959eb1d499940b33fee41ff98 | |
parent | b51c5c1997450a8b6caffb366c9ec53facf9104f (diff) | |
download | guix-4283b867a189cdbea8d07c39ffd576556c8b7c16.tar.gz guix-4283b867a189cdbea8d07c39ffd576556c8b7c16.zip |
gnu: hw-probe: Update to 1.6.5.
* gnu/packages/hardware.scm (hw-probe): Update to 1.6.5.
[inputs]: Add edac-utils.
-rw-r--r-- | gnu/packages/hardware.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index 1b8ba9bc43..f73896460b 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -135,7 +135,7 @@ sets, and tools to deal with register databases.") (define-public hw-probe (package (name "hw-probe") - (version "1.6.4") + (version "1.6.5") (source (origin (method git-fetch) @@ -145,7 +145,7 @@ sets, and tools to deal with register databases.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "028wnhrbn10lfxwmcpzdbz67ygldimv7z1k1bm64ggclykvg5aim")))) + (base32 "1sbp0scdi54zwgvb1s3ki3cw8xnxaxzm5cicq2nn3a2b6n1d4ljs")))) (build-system perl-build-system) (arguments (list @@ -264,6 +264,7 @@ sets, and tools to deal with register databases.") ddcutil dmidecode dpkg + edac-utils edid-decode efibootmgr efivar |