summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Goaziou <[email protected]>2021-06-18 10:55:19 +0200
committerNicolas Goaziou <[email protected]>2021-06-18 10:55:19 +0200
commit4ac70d0208a94778caaa99a73a1c9258ed798b23 (patch)
treef96cdc566256e1619ac6827b30a1af099b32f1eb /gnu/packages
parenta7f31ef11827fd38c520cf23d7f0b0999ef6f607 (diff)
gnu: thinkfan: Update to 1.2.2.
* gnu/packages/linux.scm (thinkfan): Update to 1.2.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c8917f1830..3375230108 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2016, 2017 Alex Kost <[email protected]>
;;; Copyright © 2016 Raymond Nicholson <[email protected]>
;;; Copyright © 2016 Mathieu Lirzin <[email protected]>
-;;; Copyright © 2016, 2018, 2019, 2020 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2016, 2018, 2019, 2020, 2021 Nicolas Goaziou <[email protected]>
;;; Copyright © 2016, 2018, 2019, 2020 Ricardo Wurmus <[email protected]>
;;; Copyright © 2016 David Craven <[email protected]>
;;; Copyright © 2016 John Darrington <[email protected]>
@@ -5436,7 +5436,7 @@ feature, and a laptop with an accelerometer. It has no effect on SSDs.")
(define-public thinkfan
(package
(name "thinkfan")
- (version "1.2.1")
+ (version "1.2.2")
(source
(origin
(method git-fetch)
@@ -5445,7 +5445,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 "18vgm5w5pjnpipa34j4x87q10695w2jnqwvc2f027afy7mnzw7kz"))))
+ (base32 "01l1pnj1cgy3dwgyys2s5iqzyv6kk47vlpy09qjafk8py21ijik3"))))
(build-system cmake-build-system)
(arguments
`(#:modules ((guix build cmake-build-system)