[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: thermald: Update to 2.4.
From: |
guix-commits |
Subject: |
04/13: gnu: thermald: Update to 2.4. |
Date: |
Sun, 29 Nov 2020 11:29:27 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 8fe3694990b9d7809cfc1e6832b1a920ea0af164
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 13:34:01 2020 +0100
gnu: thermald: Update to 2.4.
* gnu/packages/admin.scm (thermald): Update to 2.4.
---
gnu/packages/admin.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 690e113..00bb0ad 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3414,7 +3414,7 @@ make it a perfect utility on modern distros.")
(define-public thermald
(package
(name "thermald")
- (version "2.3")
+ (version "2.4")
(source
(origin
(method git-fetch)
@@ -3423,11 +3423,11 @@ make it a perfect utility on modern distros.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0cisaca2c2z1x9xvxc4lr6nl6yqx5bww6brh73m0p1n643jgq1dl"))))
+ (base32 "08sy6v09drcy3nwv7za543vajn4bm8jvwk9iwwf7i9azmk47jgna"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
- (let ((out (assoc-ref %outputs "out")))
+ (let ((out (assoc-ref %outputs "out")))
(list (string-append "--with-dbus-sys-dir="
out "/etc/dbus-1/system.d")
"--localstatedir=/var"))
- branch master updated (7a584b0 -> c1d6814), guix-commits, 2020/11/29
- 01/13: gnu: igt-gpu-tools: Update to 1.25., guix-commits, 2020/11/29
- 03/13: gnu: youtube-dl: Update to 2020.11.29., guix-commits, 2020/11/29
- 02/13: gnu: igt-gpu-tools: Remove unused inputs., guix-commits, 2020/11/29
- 04/13: gnu: thermald: Update to 2.4.,
guix-commits <=
- 06/13: gnu: Add bcachefs-tools-static., guix-commits, 2020/11/29
- 05/13: gnu: hplip: Install PPDs into a separate output., guix-commits, 2020/11/29
- 07/13: gnu: Add bcachefs-static., guix-commits, 2020/11/29
- 09/13: gnu: cwm: Update to 6.7., guix-commits, 2020/11/29
- 11/13: gnu: gaupol: Update to 1.8., guix-commits, 2020/11/29
- 08/13: gnu: j4-dmenu-desktop: Update to 2.18., guix-commits, 2020/11/29
- 12/13: gnu: vdpauinfo: Fetch from git repository., guix-commits, 2020/11/29
- 10/13: gnu: cwm: Prepare for cross-compilation., guix-commits, 2020/11/29
- 13/13: gnu: vdpauinfo: Update to 1.4., guix-commits, 2020/11/29