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.3.0.


From: guix-commits
Subject: branch master updated: gnu: thinkfan: Update to 1.3.0.
Date: Fri, 29 Oct 2021 16:46:29 -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 b62a631  gnu: thinkfan: Update to 1.3.0.
b62a631 is described below

commit b62a6317d1ef4afb939c16151f568bb74edcc709
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 29 22:45:44 2021 +0200

    gnu: thinkfan: Update to 1.3.0.
    
    * gnu/packages/linux.scm (thinkfan): Update to 1.3.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 8462d8a..f4c1867 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5685,7 +5685,7 @@ feature, and a laptop with an accelerometer.  It has no 
effect on SSDs.")
 (define-public thinkfan
   (package
     (name "thinkfan")
-    (version "1.2.2")
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
@@ -5694,7 +5694,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 "01l1pnj1cgy3dwgyys2s5iqzyv6kk47vlpy09qjafk8py21ijik3"))))
+        (base32 "1whdhf3aw0g4xwbn1csy2wz6g1hw5nlw64r91nnxba9qn25nl9k4"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules ((guix build cmake-build-system)



reply via email to

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