summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-09-24 13:30:51 +0200
committerAndreas Enge <andreas@enge.fr>2025-09-24 15:09:33 +0200
commit98f8c859c79371a3e86e67fcf34808394dddc0d3 (patch)
tree7b340a048d26fa73e996644464b2a3e1b274496f /gnu
parent32bc77002fa3485fc947346aaf643848fe38357f (diff)
gnu: lm-sensors: Update to 3.6.2.
* gnu/packages/linux.scm (lm-sensors): Update to 3.6.2. Change-Id: Ice71432e5e0f716769ff17a579acbc1768156992 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7a8bcb3d99e..b04cae43e27 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5970,17 +5970,17 @@ information on country-specific regulations for the wireless spectrum.")
(define-public lm-sensors
(package
(name "lm-sensors")
- (version "3.6.0")
+ (version "3.6.2")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/groeck/lm-sensors")
+ (url "https://github.com/hramrach/lm-sensors")
(commit (string-append "V" (string-join
(string-split version #\.) "-")))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ipf6wjx037sqyhy0r5jh4983h216anq9l68ckn2x5c3qc4wfmzn"))
+ (base32 "0p2ck8p9zb1w53l37pvm6c10vi6r8bfz51nd3sdwwsfhfhgvsr0j"))
(patches (search-patches "lm-sensors-hwmon-attrs.patch"))))
(build-system gnu-build-system)
(inputs (list rrdtool perl kmod gnuplot))