1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Cayetano Santos
2025-09-24 13:30:51 +02:00
committed by Andreas Enge
parent 32bc77002f
commit 98f8c859c7

View File

@@ -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))