diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-02-07 13:40:07 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-02-07 23:27:15 +0100 |
commit | c29b10b75d0717c6cd68be903a437cfe29748dd9 (patch) | |
tree | a3b09e0ae1abb943d3f3cd58ad85462a3cd44d59 /gnu | |
parent | 1fda5588b7029151c2e8e2f77e76b8c841273303 (diff) |
gnu: thermald: Update to 2.4.2.
* gnu/packages/admin.scm (thermald): Update to 2.4.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index b24d5601cf..0018ab92eb 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3440,7 +3440,7 @@ make it a perfect utility on modern distros.") (define-public thermald (package (name "thermald") - (version "2.4.1") + (version "2.4.2") (source (origin (method git-fetch) @@ -3449,7 +3449,7 @@ make it a perfect utility on modern distros.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0rlac7v1b59m7gh767hkd8a0r4p001nd24786fnmryygbxynd2s6")))) + (base32 "0nzjfiis4d3ml765s65bywk5dhx5x2fb3hpiixpxzzrs50ajwasj")))) (build-system gnu-build-system) (arguments `(#:configure-flags |