summaryrefslogtreecommitdiff
path: root/gnu/packages/hardware.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-26 23:00:14 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-27 00:49:53 +0100
commit696ecdf077b686f9ea65be792ce0bdb95a30ab5c (patch)
tree0f24139a72a14c39930f4e3aa5d54385f1cbd970 /gnu/packages/hardware.scm
parentba015b2b20db880f098b92efe92c2540ba1f09db (diff)
downloadguix-patches-696ecdf077b686f9ea65be792ce0bdb95a30ab5c.tar
guix-patches-696ecdf077b686f9ea65be792ce0bdb95a30ab5c.tar.gz
gnu: hwinfo: Update to 21.78.
* gnu/packages/hardware.scm (hwinfo): Update to 21.78.
Diffstat (limited to 'gnu/packages/hardware.scm')
-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 2bf3576d5a..8c6da180a5 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -75,7 +75,7 @@
(define-public hwinfo
(package
(name "hwinfo")
- (version "21.77")
+ (version "21.78")
(home-page "https://github.com/openSUSE/hwinfo")
(source
(origin
@@ -86,7 +86,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "04xfgixfl9m4hy87xm6drn46x3ybr9hsksar0d6f77hb4l6hprvv"))
+ (base32 "0v3smzdplh0cdvl19dw3in8gfmkhb2fgkfl60aqhn9qlbjf3p0mr"))
(modules
'((guix build utils)))
(snippet