guix-commits
[Top][All Lists]
Advanced

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

31/31: gnu: thermald: Update to 2.5.3.


From: guix-commits
Subject: 31/31: gnu: thermald: Update to 2.5.3.
Date: Mon, 17 Jul 2023 11:37:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6dbcdb4b7f8aeedee619d661f350e948c843201d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:01 2023 +0200

    gnu: thermald: Update to 2.5.3.
    
    * gnu/packages/admin.scm (thermald): Update to 2.5.3.
---
 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 a147684a60..2a716e61ba 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4217,7 +4217,7 @@ hard-coded.")
 (define-public thermald
   (package
     (name "thermald")
-    (version "2.5.2")
+    (version "2.5.3")
     (source
      (origin
       (method git-fetch)
@@ -4226,7 +4226,7 @@ hard-coded.")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "08w0lanhk2rncvshrvxrpm84y9f9x7aa63vxi7fg6329c94cf78k"))))
+       (base32 "0hpk7pjlrnj62m5zdmih7gf3nihhyphyslh5xakdjb64cvx5z25d"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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