diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 00:20:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 19:45:55 +0100 |
commit | 634714107e1006f34fdd868aa5e7b053b8062e33 (patch) | |
tree | 935301f0b3a34dd33e13de165afd111b3b883c8f | |
parent | 23d07db764d1b617f36799f99734aebda1110461 (diff) | |
download | guix-634714107e1006f34fdd868aa5e7b053b8062e33.tar.gz guix-634714107e1006f34fdd868aa5e7b053b8062e33.zip |
gnu: thermald: Update to 1.9.1.
* gnu/packages/admin.scm (thermald): Update to 1.9.1.
-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 d82dc542d4..07b6c89188 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3026,7 +3026,7 @@ make it a perfect utility on modern distros.") (define-public thermald (package (name "thermald") - (version "1.9") + (version "1.9.1") (source (origin (method git-fetch) @@ -3035,7 +3035,7 @@ make it a perfect utility on modern distros.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1ajhivl9jifcf12nbk281yayk7666v65m249aclyli0bz1kh8cfs")))) + (base32 "0iagc3jqpnh6q2fa1gx4wx6r8qg0556j60xr159zqg95djr4dv99")))) (build-system gnu-build-system) (arguments `(#:configure-flags |