gnu: thinkfan: Update to 1.2.2.

* gnu/packages/linux.scm (thinkfan): Update to 1.2.2.
This commit is contained in:
Nicolas Goaziou 2021-06-18 10:55:19 +02:00
parent a7f31ef118
commit 4ac70d0208
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11,7 +11,7 @@
;;; Copyright © 2016, 2017 Alex Kost <alezost@gmail.com>
;;; Copyright © 2016 Raymond Nicholson <rain1@openmailbox.org>
;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
;;; Copyright © 2016, 2018, 2019, 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016, 2018, 2019, 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 David Craven <david@craven.ch>
;;; Copyright © 2016 John Darrington <jmd@gnu.org>
@ -5436,7 +5436,7 @@ (define-public freefall
(define-public thinkfan
(package
(name "thinkfan")
(version "1.2.1")
(version "1.2.2")
(source
(origin
(method git-fetch)
@ -5445,7 +5445,7 @@ (define-public thinkfan
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "18vgm5w5pjnpipa34j4x87q10695w2jnqwvc2f027afy7mnzw7kz"))))
(base32 "01l1pnj1cgy3dwgyys2s5iqzyv6kk47vlpy09qjafk8py21ijik3"))))
(build-system cmake-build-system)
(arguments
`(#:modules ((guix build cmake-build-system)