guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 79fb551e88f7539e3940d83103946f29e8ad9134
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Sep 13 10:59:30 2025 +0300
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 cb44e6df4a..0a10fd1532 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