gnu: hwinfo: Update to 21.82.

* gnu/packages/hardware.scm (hwinfo): Update to 21.82.
This commit is contained in:
Tobias Geerinckx-Rice 2022-07-17 02:00:01 +02:00
parent 7b6d522a81
commit 4f878006ff
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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