gnu: thinkfan: Update to 1.2.1.

* gnu/packages/linux.scm (thinkfan): Update to 1.2.1.
This commit is contained in:
Nicolas Goaziou 2020-07-31 16:52:41 +02:00
parent f94835a917
commit 4367e7e826
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -5052,7 +5052,7 @@ feature, and a laptop with an accelerometer. It has no effect on SSDs.")
(define-public thinkfan
(package
(name "thinkfan")
(version "1.2")
(version "1.2.1")
(source
(origin
(method git-fetch)
@ -5061,7 +5061,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 "0vmkpj575a1w52zx1jn6kdrk8rc9vp0f1bldi1bajicpgbs6rjd3"))))
(base32 "18vgm5w5pjnpipa34j4x87q10695w2jnqwvc2f027afy7mnzw7kz"))))
(build-system cmake-build-system)
(arguments
`(#:modules ((guix build cmake-build-system)