From 79fb551e88f7539e3940d83103946f29e8ad9134 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Sat, 13 Sep 2025 10:59:30 +0300 Subject: [PATCH] gnu: thinkfan: Update to 2.0.0. * gnu/packages/linux.scm (thinkfan): Update to 2.0.0. [inputs]: Add lm-sensors. Use input labels. Change-Id: I0d5a48599315a58f8447e2846c8346af4060863a --- gnu/packages/linux.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index cb44e6df4ab9a98dd9367b899601c77fb4d474b3..0a10fd1532e93c7c65d86e6343b526cc68addc07 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7919,7 +7919,7 @@ interfaces as the original NBFC, although the implementation differs.") (define-public thinkfan (package (name "thinkfan") - (version "1.3.1") + (version "2.0.0") (source (origin (method git-fetch) @@ -7928,7 +7928,7 @@ interfaces as the original NBFC, although the implementation differs.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "07l7cxbsyvy7awa1zk0zxng60749idvsx3535iginhkqxfzij4b9")))) + (base32 "1jdjqdbv0m7yf9g4rxs7nq1ldh2b81a7qx4vcf9lzw7jwlydd822")))) (build-system cmake-build-system) (arguments (list @@ -7960,7 +7960,9 @@ interfaces as the original NBFC, although the implementation differs.") (native-inputs (list pkg-config)) (inputs - (list libatasmart yaml-cpp)) + `(("libatasmart" ,libatasmart) + ("lm-sensors" ,lm-sensors "lib") + ("yaml-cpp" ,yaml-cpp))) (home-page "https://github.com/vmatare/thinkfan") (synopsis "Simple fan control program") (description