gnu: thinkfan: Update to 1.3.0.

* gnu/packages/linux.scm (thinkfan): Update to 1.3.0.
This commit is contained in:
Nicolas Goaziou 2021-10-29 22:45:44 +02:00
parent 00197d7508
commit b62a6317d1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5685,7 +5685,7 @@ (define-public freefall
(define-public thinkfan
(package
(name "thinkfan")
(version "1.2.2")
(version "1.3.0")
(source
(origin
(method git-fetch)
@ -5694,7 +5694,7 @@ (define-public thinkfan
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "01l1pnj1cgy3dwgyys2s5iqzyv6kk47vlpy09qjafk8py21ijik3"))))
(base32 "1whdhf3aw0g4xwbn1csy2wz6g1hw5nlw64r91nnxba9qn25nl9k4"))))
(build-system cmake-build-system)
(arguments
`(#:modules ((guix build cmake-build-system)