summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-29 13:34:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-29 17:28:39 +0100
commit8fe3694990b9d7809cfc1e6832b1a920ea0af164 (patch)
tree8143208a8bcd55377d9aaf16db537368340f0022 /gnu
parent90b89aeb775ad8566fbe3a5a03a7f77abd264058 (diff)
gnu: thermald: Update to 2.4.
* gnu/packages/admin.scm (thermald): Update to 2.4.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/admin.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 690e113780a..00bb0add471 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3414,7 +3414,7 @@ make it a perfect utility on modern distros.")
3414(define-public thermald 3414(define-public thermald
3415 (package 3415 (package
3416 (name "thermald") 3416 (name "thermald")
3417 (version "2.3") 3417 (version "2.4")
3418 (source 3418 (source
3419 (origin 3419 (origin
3420 (method git-fetch) 3420 (method git-fetch)
@@ -3423,11 +3423,11 @@ make it a perfect utility on modern distros.")
3423 (commit (string-append "v" version)))) 3423 (commit (string-append "v" version))))
3424 (file-name (git-file-name name version)) 3424 (file-name (git-file-name name version))
3425 (sha256 3425 (sha256
3426 (base32 "0cisaca2c2z1x9xvxc4lr6nl6yqx5bww6brh73m0p1n643jgq1dl")))) 3426 (base32 "08sy6v09drcy3nwv7za543vajn4bm8jvwk9iwwf7i9azmk47jgna"))))
3427 (build-system gnu-build-system) 3427 (build-system gnu-build-system)
3428 (arguments 3428 (arguments
3429 `(#:configure-flags 3429 `(#:configure-flags
3430 (let ((out (assoc-ref %outputs "out"))) 3430 (let ((out (assoc-ref %outputs "out")))
3431 (list (string-append "--with-dbus-sys-dir=" 3431 (list (string-append "--with-dbus-sys-dir="
3432 out "/etc/dbus-1/system.d") 3432 out "/etc/dbus-1/system.d")
3433 "--localstatedir=/var")) 3433 "--localstatedir=/var"))