gnu: thinkfan: Update to 1.2.
* gnu/packages/linux.scm (thinkfan): Update to 1.2. [home-page]: Switch to an up-to-date home page.master
parent
c90730aefe
commit
a8c8b89048
|
@ -4988,7 +4988,7 @@ feature, and a laptop with an accelerometer. It has no effect on SSDs.")
|
||||||
(define-public thinkfan
|
(define-public thinkfan
|
||||||
(package
|
(package
|
||||||
(name "thinkfan")
|
(name "thinkfan")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4997,7 +4997,7 @@ feature, and a laptop with an accelerometer. It has no effect on SSDs.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fxd1w3z65glw6y04myn7ihgswkx6sqnkky159mik4n96pfrsvr5"))))
|
(base32 "0vmkpj575a1w52zx1jn6kdrk8rc9vp0f1bldi1bajicpgbs6rjd3"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build cmake-build-system)
|
`(#:modules ((guix build cmake-build-system)
|
||||||
|
@ -5033,7 +5033,7 @@ feature, and a laptop with an accelerometer. It has no effect on SSDs.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("libatasmart" ,libatasmart)
|
`(("libatasmart" ,libatasmart)
|
||||||
("yaml-cpp" ,yaml-cpp)))
|
("yaml-cpp" ,yaml-cpp)))
|
||||||
(home-page "http://thinkfan.sourceforge.net/")
|
(home-page "https://github.com/vmatare/thinkfan")
|
||||||
(synopsis "Simple fan control program")
|
(synopsis "Simple fan control program")
|
||||||
(description
|
(description
|
||||||
"Thinkfan is a simple fan control program. It reads temperatures,
|
"Thinkfan is a simple fan control program. It reads temperatures,
|
||||||
|
|
Reference in New Issue