guix-commits
[Top][All Lists]
Advanced

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

38/244: gnu: thermald: Update to 2.5.2.


From: guix-commits
Subject: 38/244: gnu: thermald: Update to 2.5.2.
Date: Wed, 12 Apr 2023 08:47:16 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit e19a89b1eae22f5de73889c8863e56fdd3afa040
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Sun Apr 2 13:50:15 2023 +0200

    gnu: thermald: Update to 2.5.2.
    
    * gnu/packages/admin.scm (thermald): Update to 2.5.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 62a5443d66..8da2f16412 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4208,7 +4208,7 @@ hard-coded.")
 (define-public thermald
   (package
     (name "thermald")
-    (version "2.5.1")
+    (version "2.5.2")
     (source
      (origin
       (method git-fetch)
@@ -4217,7 +4217,7 @@ hard-coded.")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "06p1154w3n4lm0nq8fdsr6ksxl8shrc9z8yz0sbviss9afpawxcg"))))
+       (base32 "08w0lanhk2rncvshrvxrpm84y9f9x7aa63vxi7fg6329c94cf78k"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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