gnu: hwinfo: Update to 23.2.
* gnu/packages/hardware.scm (hwinfo): Update to 23.2.
This commit is contained in:
parent
4d958375ea
commit
e47f2cd387
1 changed files with 2 additions and 2 deletions
|
@ -331,7 +331,7 @@ operability and find drivers.")
|
||||||
(define-public hwinfo
|
(define-public hwinfo
|
||||||
(package
|
(package
|
||||||
(name "hwinfo")
|
(name "hwinfo")
|
||||||
(version "23.1")
|
(version "23.2")
|
||||||
(home-page "https://github.com/openSUSE/hwinfo")
|
(home-page "https://github.com/openSUSE/hwinfo")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -342,7 +342,7 @@ operability and find drivers.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sdkkwbl1psqnh6135bmsa3ijrckk1nfz95xqckmd8awmx074ikz"))
|
(base32 "0d9nhhi64d3i9x1bh3ksj0h5z2p4pwa0z88bc0jra9s39nf6q230"))
|
||||||
(modules
|
(modules
|
||||||
'((guix build utils)))
|
'((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Reference in a new issue