gnu: thermald: Update to 2.4.3.

* gnu/packages/admin.scm (thermald): Update to 2.4.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-11 18:05:21 +01:00
parent b8f0d11f76
commit 2e2a3b248b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -3545,7 +3545,7 @@ make it a perfect utility on modern distros.")
(define-public thermald (define-public thermald
(package (package
(name "thermald") (name "thermald")
(version "2.4.2") (version "2.4.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3554,7 +3554,7 @@ make it a perfect utility on modern distros.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0nzjfiis4d3ml765s65bywk5dhx5x2fb3hpiixpxzzrs50ajwasj")))) (base32 "1ibihgpmx038xci0k2h471scs5ssn7z5kcvjrfz63qf2ppdf9yh8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags