diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-07 20:28:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-07 21:52:22 +0100 |
commit | 88a26bfd52362bad7d2149ef5b63277e327110aa (patch) | |
tree | 1865f4b8dd5a37c5193b974b95300b2dfa65339e /gnu/packages/admin.scm | |
parent | 08d8c2d3c08e4f35325553e75abc76da40630334 (diff) | |
download | guix-88a26bfd52362bad7d2149ef5b63277e327110aa.tar guix-88a26bfd52362bad7d2149ef5b63277e327110aa.tar.gz |
gnu: thermald: Update to 2.4.1.
* gnu/packages/admin.scm (thermald): Update to 2.4.1.
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 b855bd15dc..9df14b5ca0 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3416,7 +3416,7 @@ make it a perfect utility on modern distros.") (define-public thermald (package (name "thermald") - (version "2.4") + (version "2.4.1") (source (origin (method git-fetch) @@ -3425,7 +3425,7 @@ make it a perfect utility on modern distros.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "08sy6v09drcy3nwv7za543vajn4bm8jvwk9iwwf7i9azmk47jgna")))) + (base32 "0rlac7v1b59m7gh767hkd8a0r4p001nd24786fnmryygbxynd2s6")))) (build-system gnu-build-system) (arguments `(#:configure-flags |