3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: thinkfan: Update to 1.1.

* gnu/packages/linux.scm (thinkfan): Update to 1.1.
This commit is contained in:
Nicolas Goaziou 2020-04-07 11:24:01 +02:00
parent aad5c9ceca
commit f785d1b890
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4603,7 +4603,7 @@ feature, and a laptop with an accelerometer. It has no effect on SSDs.")
(define-public thinkfan
(package
(name "thinkfan")
(version "1.0.2")
(version "1.1")
(source
(origin
(method git-fetch)
@ -4612,7 +4612,7 @@ feature, and a laptop with an accelerometer. It has no effect on SSDs.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "107vw0962hrwva3wra9n3hxlbfzg82ldc10qssv3dspja88g8psr"))))
(base32 "1fxd1w3z65glw6y04myn7ihgswkx6sqnkky159mik4n96pfrsvr5"))))
(build-system cmake-build-system)
(arguments
`(#:modules ((guix build cmake-build-system)