summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-07-31 16:52:41 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-07-31 16:52:41 +0200
commit4367e7e8267d2bf421165e77ef6e3d1e92c8bb69 (patch)
tree927c008eea179ccaba51d3a91823778a3046847a /gnu/packages/linux.scm
parentf94835a917cf78675eb597fecd222b6c6d1fb1ae (diff)
downloadguix-patches-4367e7e8267d2bf421165e77ef6e3d1e92c8bb69.tar
guix-patches-4367e7e8267d2bf421165e77ef6e3d1e92c8bb69.tar.gz
gnu: thinkfan: Update to 1.2.1.
* gnu/packages/linux.scm (thinkfan): Update to 1.2.1.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 149a85b57b..703d3c5387 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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)