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


From: guix-commits
Subject: branch master updated: gnu: thinkfan: Update to 1.1.
Date: Tue, 07 Apr 2020 05:24:19 -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 f785d1b  gnu: thinkfan: Update to 1.1.
f785d1b is described below

commit f785d1b890e6017d6102e9a1f72dc70e1a6ab6b4
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Tue Apr 7 11:24:01 2020 +0200

    gnu: thinkfan: Update to 1.1.
    
    * gnu/packages/linux.scm (thinkfan): Update to 1.1.
---
 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 60ffed2..4f3450f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4603,7 +4603,7 @@ feature, and a laptop with an accelerometer.  It has no 
effect on SSDs.")
 (define-public thinkfan
   (package
     (name "thinkfan")
-    (version "1.0.2")
+    (version "1.1")
     (source
      (origin
        (method git-fetch)
@@ -4612,7 +4612,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 "107vw0962hrwva3wra9n3hxlbfzg82ldc10qssv3dspja88g8psr"))))
+        (base32 "1fxd1w3z65glw6y04myn7ihgswkx6sqnkky159mik4n96pfrsvr5"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules ((guix build cmake-build-system)



reply via email to

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