summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-07-17 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-07-17 02:00:15 +0200
commit4f878006ff475738c45d5f72bd13706755496f4c (patch)
treec4c20ad69967062ca24a0c7edb452d351abbbe48
parent7b6d522a812e474f4495d237bfda4840f6e0b2c8 (diff)
downloadguix-patches-4f878006ff475738c45d5f72bd13706755496f4c.tar
guix-patches-4f878006ff475738c45d5f72bd13706755496f4c.tar.gz
gnu: hwinfo: Update to 21.82.
* gnu/packages/hardware.scm (hwinfo): Update to 21.82.
-rw-r--r--gnu/packages/hardware.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index ecff498156..27567bb38e 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -319,7 +319,7 @@ operability and find drivers.")
(define-public hwinfo
(package
(name "hwinfo")
- (version "21.81")
+ (version "21.82")
(home-page "https://github.com/openSUSE/hwinfo")
(source
(origin
@@ -330,7 +330,7 @@ operability and find drivers.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0iyx1fb66s6b5ai4agw91nvl9wwk7z8g6y475vry3wv80dngzc43"))
+ (base32 "1ih6vrgh64408cijywy9by2snynkw91p3h0ry5pzk3lyqsl0wnlh"))
(modules
'((guix build utils)))
(snippet