guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: thermald: Update to 2.4.7.


From: guix-commits
Subject: 01/04: gnu: thermald: Update to 2.4.7.
Date: Sat, 8 Jan 2022 19:37:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 924352ab22020e371d39c229195d4ecf3b0fc1ee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jan 8 23:55:46 2022 +0100

    gnu: thermald: Update to 2.4.7.
    
    * gnu/packages/admin.scm (thermald): Update to 2.4.7.
---
 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 81af14b4bb..918a07f014 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3861,7 +3861,7 @@ hard-coded.")
 (define-public thermald
   (package
     (name "thermald")
-    (version "2.4.6")
+    (version "2.4.7")
     (source
      (origin
       (method git-fetch)
@@ -3870,7 +3870,7 @@ hard-coded.")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "1lgaky8cmxbi17zpymy2v9wgknx1g92bq50j6kfpsm8qgb7djjb6"))))
+       (base32 "1n0ih86bkm09bzhjl7hllxkl4gzcxvzsznbwi8dx87ragsjlix6n"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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