guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: thinkfan: Update to 1.2.


From: guix-commits
Subject: branch master updated: gnu: thinkfan: Update to 1.2.
Date: Wed, 10 Jun 2020 15:54:39 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a8c8b89  gnu: thinkfan: Update to 1.2.
a8c8b89 is described below

commit a8c8b8904840d492f5f46c0f85abfae7c767e37d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jun 10 21:53:48 2020 +0200

    gnu: thinkfan: Update to 1.2.
    
    * gnu/packages/linux.scm (thinkfan): Update to 1.2.
    [home-page]: Switch to an up-to-date home page.
---
 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 08b5b69..73d99be 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4988,7 +4988,7 @@ feature, and a laptop with an accelerometer.  It has no 
effect on SSDs.")
 (define-public thinkfan
   (package
     (name "thinkfan")
-    (version "1.1")
+    (version "1.2")
     (source
      (origin
        (method git-fetch)
@@ -4997,7 +4997,7 @@ feature, and a laptop with an accelerometer.  It has no 
effect on SSDs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fxd1w3z65glw6y04myn7ihgswkx6sqnkky159mik4n96pfrsvr5"))))
+        (base32 "0vmkpj575a1w52zx1jn6kdrk8rc9vp0f1bldi1bajicpgbs6rjd3"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules ((guix build cmake-build-system)
@@ -5033,7 +5033,7 @@ feature, and a laptop with an accelerometer.  It has no 
effect on SSDs.")
     (inputs
      `(("libatasmart" ,libatasmart)
        ("yaml-cpp" ,yaml-cpp)))
-    (home-page "http://thinkfan.sourceforge.net/";)
+    (home-page "https://github.com/vmatare/thinkfan";)
     (synopsis "Simple fan control program")
     (description
      "Thinkfan is a simple fan control program.  It reads temperatures,



reply via email to

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