mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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 @@ (define-public envytools
|
|||
(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 @@ (define-public hw-probe
|
|||
(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 @@ (define need-progs (list "sbin/dmidecode" "sbin/smartctl"
|
|||
ddcutil
|
||||
dmidecode
|
||||
dpkg
|
||||
edac-utils
|
||||
edid-decode
|
||||
efibootmgr
|
||||
efivar
|
||||
|
|
Loading…
Reference in a new issue