summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-07-21 01:56:48 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-07-21 10:04:52 +0300
commit5cdb0f4ad037ef61475a00157aa08ebbb3b70beb (patch)
tree52c0355eea3872f12bf98496a107aff902986f2c /gnu/packages/linux.scm
parentdc4adbf6852164d1222495e760ac15df4dc0dc16 (diff)
gnu: lshw: Update to B.02.19.2.
* gnu/packages/linux.scm (lshw): Update to B.02.19.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2940a90f0f..b0077c0a98 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6097,7 +6097,7 @@ every time the power supply source is changed.")
(define-public lshw
(package
(name "lshw")
- (version "B.02.18")
+ (version "B.02.19.2")
(source (origin
(method url-fetch)
(uri (string-append "https://www.ezix.org/software/"
@@ -6105,7 +6105,7 @@ every time the power supply source is changed.")
".tar.gz"))
(sha256
(base32
- "0brwra4jld0d53d7jsgca415ljglmmx1l2iazpj4ndilr48yy8mf"))))
+ "100gm1c6gb2hkfws22h0xhvv7nz38p49lxd1csikj8qlhyn4gcwv"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases (delete 'configure))