guix-commits
[Top][All Lists]
Advanced

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

01/18: gnu: thermald: Update to 2.4.2.


From: guix-commits
Subject: 01/18: gnu: thermald: Update to 2.4.2.
Date: Sun, 7 Feb 2021 17:29:31 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c29b10b75d0717c6cd68be903a437cfe29748dd9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 7 13:40:07 2021 +0100

    gnu: thermald: Update to 2.4.2.
    
    * gnu/packages/admin.scm (thermald): Update to 2.4.2.
---
 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 b24d560..0018ab9 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3440,7 +3440,7 @@ make it a perfect utility on modern distros.")
 (define-public thermald
   (package
     (name "thermald")
-    (version "2.4.1")
+    (version "2.4.2")
     (source
      (origin
       (method git-fetch)
@@ -3449,7 +3449,7 @@ make it a perfect utility on modern distros.")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "0rlac7v1b59m7gh767hkd8a0r4p001nd24786fnmryygbxynd2s6"))))
+       (base32 "0nzjfiis4d3ml765s65bywk5dhx5x2fb3hpiixpxzzrs50ajwasj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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