gnu: mbpfan: Update to 2.1.0.

* gnu/packages/linux.scm (mbpfan): Update to 2.1.0.
master
Tobias Geerinckx-Rice 2018-09-24 01:41:39 +02:00
parent c32863e094
commit 697c584665
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

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