guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 98f8c859c79371a3e86e67fcf34808394dddc0d3
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Sep 24 13:30:51 2025 +0200

    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 <[email protected]>
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7a8bcb3d99..b04cae43e2 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))

Reply via email to