diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-04-07 11:24:01 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-04-07 11:24:01 +0200 |
commit | f785d1b890e6017d6102e9a1f72dc70e1a6ab6b4 (patch) | |
tree | aa5dae77fd6f2877e3828d699ee0ced8c35a9134 /gnu | |
parent | aad5c9ceca2387f1a6d5be661ef985927977971f (diff) | |
download | guix-f785d1b890e6017d6102e9a1f72dc70e1a6ab6b4.tar guix-f785d1b890e6017d6102e9a1f72dc70e1a6ab6b4.tar.gz |
gnu: thinkfan: Update to 1.1.
* gnu/packages/linux.scm (thinkfan): Update to 1.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 60ffed27f1..4f3450f43f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4603,7 +4603,7 @@ feature, and a laptop with an accelerometer. It has no effect on SSDs.") (define-public thinkfan (package (name "thinkfan") - (version "1.0.2") + (version "1.1") (source (origin (method git-fetch) @@ -4612,7 +4612,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 "107vw0962hrwva3wra9n3hxlbfzg82ldc10qssv3dspja88g8psr")))) + (base32 "1fxd1w3z65glw6y04myn7ihgswkx6sqnkky159mik4n96pfrsvr5")))) (build-system cmake-build-system) (arguments `(#:modules ((guix build cmake-build-system) |