guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: thermald: Update to 2.4.5.


From: guix-commits
Subject: 01/08: gnu: thermald: Update to 2.4.5.
Date: Sat, 5 Jun 2021 12:31:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9412762f9b092a89bf63054540909f84a577c1dd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 5 13:38:32 2021 +0200

    gnu: thermald: Update to 2.4.5.
    
    * gnu/packages/admin.scm (thermald): Update to 2.4.5.
---
 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 8bc02f5..551cd36 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3637,7 +3637,7 @@ make it a perfect utility on modern distros.")
 (define-public thermald
   (package
     (name "thermald")
-    (version "2.4.4")
+    (version "2.4.5")
     (source
      (origin
       (method git-fetch)
@@ -3646,7 +3646,7 @@ make it a perfect utility on modern distros.")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "1k0r2c13fihjndwfh0byw0i8ni4lzsjgwz874pvpj1l1nvjj0ajx"))))
+       (base32 "1y8s0cpjm01bz4isp3ksvnrbhpp3phivdhsb0w2kxhv09sfxkc5g"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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