gnu: hwinfo: Update to 23.1.
* gnu/packages/hardware.scm (hwinfo): Update to 23.1.master
parent
d40b71069f
commit
2349eb62e2
|
@ -331,7 +331,7 @@ operability and find drivers.")
|
||||||
(define-public hwinfo
|
(define-public hwinfo
|
||||||
(package
|
(package
|
||||||
(name "hwinfo")
|
(name "hwinfo")
|
||||||
(version "22.2")
|
(version "23.1")
|
||||||
(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 "1lfzcyiipxwi8rh0aw5sy7n8x986b9f9pa9g048rxn6k7anfpxk7"))
|
(base32 "1sdkkwbl1psqnh6135bmsa3ijrckk1nfz95xqckmd8awmx074ikz"))
|
||||||
(modules
|
(modules
|
||||||
'((guix build utils)))
|
'((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Reference in New Issue