guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: mbpfan: Update to 2.1.0.


From: Tobias Geerinckx-Rice
Subject: 02/04: gnu: mbpfan: Update to 2.1.0.
Date: Thu, 27 Sep 2018 18:03:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 697c5846651cbee20538d96446cc48adb8e2462a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 24 01:41:39 2018 +0200

    gnu: mbpfan: Update to 2.1.0.
    
    * gnu/packages/linux.scm (mbpfan): Update to 2.1.0.
---
 gnu/packages/linux.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2503676..ba0022a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4827,7 +4827,7 @@ interface to this kernel feature.")
 (define-public mbpfan
   (package
     (name "mbpfan")
-    (version "2.0.2")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
@@ -4836,10 +4836,10 @@ interface to this kernel feature.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0wifsws9icki95hhfh4zw1hmk07ddmkcz9mg5a9jr7q2kkrk01cx"))))
+         "1j44bpwv2zszih3cia9h7i7gb2gbfhzqh0s4kscbl7nplvyk3rlp"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:tests? #f ; no tests
+     '(#:tests? #f                      ; tests ask to be run as root
        #:make-flags (let ((out (assoc-ref %outputs "out")))
                       (list (string-append "DESTDIR=" out)
                             "CC=gcc"))
@@ -4850,7 +4850,7 @@ interface to this kernel feature.")
              (substitute* "Makefile"
                (("/usr") ""))
              #t))
-         (delete 'configure)))) ; There's no configure phase.
+         (delete 'configure))))         ; there's no configure phase
     (home-page "https://github.com/dgraziotin/mbpfan";)
     (synopsis "Control fan speed on Macbooks")
     (description



reply via email to

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