diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-05 13:38:32 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-05 18:29:54 +0200 |
commit | 9412762f9b092a89bf63054540909f84a577c1dd (patch) | |
tree | 088959232b306f95a88b21cb10df19313429143a /gnu/packages | |
parent | de1b8f71431a8878d718badda812122235f24e6f (diff) |
gnu: thermald: Update to 2.4.5.
* gnu/packages/admin.scm (thermald): Update to 2.4.5.
Diffstat (limited to 'gnu/packages')
-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 8bc02f5ee3..551cd3666c 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3637,7 +3637,7 @@ make it a perfect utility on modern distros.") (define-public thermald (package (name "thermald") - (version "2.4.4") + (version "2.4.5") (source (origin (method git-fetch) @@ -3646,7 +3646,7 @@ make it a perfect utility on modern distros.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1k0r2c13fihjndwfh0byw0i8ni4lzsjgwz874pvpj1l1nvjj0ajx")))) + (base32 "1y8s0cpjm01bz4isp3ksvnrbhpp3phivdhsb0w2kxhv09sfxkc5g")))) (build-system gnu-build-system) (arguments `(#:configure-flags |