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
This commit is contained in:
Artyom V. Poptsov 2025-09-13 10:59:30 +03:00
parent 94ec8623a8
commit 79fb551e88
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -7919,7 +7919,7 @@ interfaces as the original NBFC, although the implementation differs.")
(define-public thinkfan (define-public thinkfan
(package (package
(name "thinkfan") (name "thinkfan")
(version "1.3.1") (version "2.0.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -7928,7 +7928,7 @@ interfaces as the original NBFC, although the implementation differs.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "07l7cxbsyvy7awa1zk0zxng60749idvsx3535iginhkqxfzij4b9")))) (base32 "1jdjqdbv0m7yf9g4rxs7nq1ldh2b81a7qx4vcf9lzw7jwlydd822"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list (list
@ -7960,7 +7960,9 @@ interfaces as the original NBFC, although the implementation differs.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list libatasmart yaml-cpp)) `(("libatasmart" ,libatasmart)
("lm-sensors" ,lm-sensors "lib")
("yaml-cpp" ,yaml-cpp)))
(home-page "https://github.com/vmatare/thinkfan") (home-page "https://github.com/vmatare/thinkfan")
(synopsis "Simple fan control program") (synopsis "Simple fan control program")
(description (description