mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: hwinfo: Update to 22.2.
* gnu/packages/hardware.scm (hwinfo): Update to 22.2.
This commit is contained in:
parent
1e29e093be
commit
21a4e66f02
1 changed files with 2 additions and 2 deletions
|
@ -325,7 +325,7 @@ (define need-progs (list "sbin/dmidecode" "sbin/smartctl"
|
||||||
(define-public hwinfo
|
(define-public hwinfo
|
||||||
(package
|
(package
|
||||||
(name "hwinfo")
|
(name "hwinfo")
|
||||||
(version "21.82")
|
(version "22.2")
|
||||||
(home-page "https://github.com/openSUSE/hwinfo")
|
(home-page "https://github.com/openSUSE/hwinfo")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -336,7 +336,7 @@ (define-public hwinfo
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ih6vrgh64408cijywy9by2snynkw91p3h0ry5pzk3lyqsl0wnlh"))
|
(base32 "1lfzcyiipxwi8rh0aw5sy7n8x986b9f9pa9g048rxn6k7anfpxk7"))
|
||||||
(modules
|
(modules
|
||||||
'((guix build utils)))
|
'((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in a new issue