gnu: hw-probe: Update to 1.6.5.
* gnu/packages/hardware.scm (hw-probe): Update to 1.6.5. [inputs]: Add edac-utils.
This commit is contained in:
parent
b51c5c1997
commit
4283b867a1
1 changed files with 3 additions and 2 deletions
|
@ -135,7 +135,7 @@ sets, and tools to deal with register databases.")
|
||||||
(define-public hw-probe
|
(define-public hw-probe
|
||||||
(package
|
(package
|
||||||
(name "hw-probe")
|
(name "hw-probe")
|
||||||
(version "1.6.4")
|
(version "1.6.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -145,7 +145,7 @@ sets, and tools to deal with register databases.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "028wnhrbn10lfxwmcpzdbz67ygldimv7z1k1bm64ggclykvg5aim"))))
|
(base32 "1sbp0scdi54zwgvb1s3ki3cw8xnxaxzm5cicq2nn3a2b6n1d4ljs"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -264,6 +264,7 @@ sets, and tools to deal with register databases.")
|
||||||
ddcutil
|
ddcutil
|
||||||
dmidecode
|
dmidecode
|
||||||
dpkg
|
dpkg
|
||||||
|
edac-utils
|
||||||
edid-decode
|
edid-decode
|
||||||
efibootmgr
|
efibootmgr
|
||||||
efivar
|
efivar
|
||||||
|
|
Reference in a new issue