diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-11 00:36:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-11 00:37:14 +0200 |
commit | 8871671aa965d47c3f2d4d3730b4735b2f46b46e (patch) | |
tree | a8b25a930798876be72e6d8a85ce8c991adf3801 /gnu/packages/admin.scm | |
parent | 402f544c2911293eeda23f50b0dd3c121980e341 (diff) | |
download | guix-8871671aa965d47c3f2d4d3730b4735b2f46b46e.tar.gz |
gnu: thermald: Update to 2.4.6.
* gnu/packages/admin.scm (thermald): Update to 2.4.6.
Diffstat (limited to 'gnu/packages/admin.scm')
-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 661e5e131d..9e12b68b20 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3633,7 +3633,7 @@ hard-coded.") (define-public thermald (package (name "thermald") - (version "2.4.5") + (version "2.4.6") (source (origin (method git-fetch) @@ -3642,7 +3642,7 @@ hard-coded.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1y8s0cpjm01bz4isp3ksvnrbhpp3phivdhsb0w2kxhv09sfxkc5g")))) + (base32 "1lgaky8cmxbi17zpymy2v9wgknx1g92bq50j6kfpsm8qgb7djjb6")))) (build-system gnu-build-system) (arguments `(#:configure-flags |