diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 02:31:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 03:14:01 +0100 |
commit | 4d441ca1743a985eeba33027f864b9b136c5e9e1 (patch) | |
tree | 2d9b781b8ee61c86f604a47d54dc1e6cc13c4547 /gnu/packages/admin.scm | |
parent | 50db7df4d26bef655d744de5ae1e6441d1e9feeb (diff) |
gnu: thermald: Update to 1.9.
* gnu/packages/admin.scm (thermald): Update to 1.9.
[source]: Remove patch.
* packages/patches/thermald-make-int-max32-visible.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index d00e887071..5a135c5829 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3015,7 +3015,7 @@ make it a perfect utility on modern distros.") (define-public thermald (package (name "thermald") - (version "1.8") + (version "1.9") (source (origin (method git-fetch) @@ -3024,9 +3024,7 @@ make it a perfect utility on modern distros.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1g1l7k8yxj8bl1ysdx8v6anv1s7xk9j072y44gwki70dy48n7j92")) - (patches - (search-patches "thermald-make-int-max32-visible.patch")))) + (base32 "1ajhivl9jifcf12nbk281yayk7666v65m249aclyli0bz1kh8cfs")))) (build-system gnu-build-system) (arguments `(#:configure-flags |