me
/
guix
Archived
1
0
Fork 0

gnu: hwinfo: Update to 22.2.

* gnu/packages/hardware.scm (hwinfo): Update to 22.2.
master
Tobias Geerinckx-Rice 2023-01-22 01:00:01 +01:00
parent 1e29e093be
commit 21a4e66f02
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ operability and find drivers.")
(define-public hwinfo
(package
(name "hwinfo")
(version "21.82")
(version "22.2")
(home-page "https://github.com/openSUSE/hwinfo")
(source
(origin
@ -336,7 +336,7 @@ operability and find drivers.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1ih6vrgh64408cijywy9by2snynkw91p3h0ry5pzk3lyqsl0wnlh"))
(base32 "1lfzcyiipxwi8rh0aw5sy7n8x986b9f9pa9g048rxn6k7anfpxk7"))
(modules
'((guix build utils)))
(snippet