nckx pushed a commit to branch master
in repository guix.
commit 21a4e66f02aacf5ae87105d2157de1b1be29f9b9
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jan 22 01:00:01 2023 +0100
gnu: hwinfo: Update to 22.2.
* gnu/packages/hardware.scm (hwinfo): Update to 22.2.
---
gnu/packages/hardware.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 3e776e885b..0b78436017 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -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