guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: lm-sensors: Update to 3.5.0.


From: guix-commits
Subject: 04/05: gnu: lm-sensors: Update to 3.5.0.
Date: Mon, 15 Apr 2019 19:01:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 16c92e9d38b9bef1ac4c776ed98bd41fcc5ff321
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 15 12:12:24 2019 +0200

    gnu: lm-sensors: Update to 3.5.0.
    
    * gnu/packages/linux.scm (lm-sensors): Update to 3.5.0.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7dd675e..8ea2869 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2487,7 +2487,7 @@ country-specific regulations for the wireless spectrum.")
 (define-public lm-sensors
   (package
     (name "lm-sensors")
-    (version "3.4.0")
+    (version "3.5.0")
     (source (origin
               (method url-fetch)
               (uri (list (string-append
@@ -2497,7 +2497,7 @@ country-specific regulations for the wireless spectrum.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0knb09s9lvx0wzfsaizx3xq58q6kllqf7nkbwvir0wkgn31c2d73"))
+                "1q6p6i8mrzxw70hfjvq4mlahnx2ahvbmyxsa78dmin2c7bbc2wgn"))
               (patches (search-patches "lm-sensors-hwmon-attrs.patch"))))
     (build-system gnu-build-system)
     (inputs `(("rrdtool" ,rrdtool)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]