guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: thermald: Update to 2.4.4.


From: guix-commits
Subject: 02/05: gnu: thermald: Update to 2.4.4.
Date: Fri, 23 Apr 2021 12:47:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0270446dd699d0675d88ece2a26c6f50dca708df
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 23 18:18:30 2021 +0200

    gnu: thermald: Update to 2.4.4.
    
    * gnu/packages/admin.scm (thermald): Update to 2.4.4.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index ca2f7c3..3d37d82 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3639,7 +3639,7 @@ make it a perfect utility on modern distros.")
 (define-public thermald
   (package
     (name "thermald")
-    (version "2.4.3")
+    (version "2.4.4")
     (source
      (origin
       (method git-fetch)
@@ -3648,7 +3648,7 @@ make it a perfect utility on modern distros.")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "1ibihgpmx038xci0k2h471scs5ssn7z5kcvjrfz63qf2ppdf9yh8"))))
+       (base32 "1k0r2c13fihjndwfh0byw0i8ni4lzsjgwz874pvpj1l1nvjj0ajx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]