mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: hwinfo: Update to 21.82.
* gnu/packages/hardware.scm (hwinfo): Update to 21.82.
This commit is contained in:
parent
7b6d522a81
commit
4f878006ff
1 changed files with 2 additions and 2 deletions
|
@ -319,7 +319,7 @@ (define need-progs (list "sbin/dmidecode" "sbin/smartctl"
|
|||
(define-public hwinfo
|
||||
(package
|
||||
(name "hwinfo")
|
||||
(version "21.81")
|
||||
(version "21.82")
|
||||
(home-page "https://github.com/openSUSE/hwinfo")
|
||||
(source
|
||||
(origin
|
||||
|
@ -330,7 +330,7 @@ (define-public hwinfo
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0iyx1fb66s6b5ai4agw91nvl9wwk7z8g6y475vry3wv80dngzc43"))
|
||||
(base32 "1ih6vrgh64408cijywy9by2snynkw91p3h0ry5pzk3lyqsl0wnlh"))
|
||||
(modules
|
||||
'((guix build utils)))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in a new issue