guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: thermald: Update to 2.4.1.


From: guix-commits
Subject: 01/07: gnu: thermald: Update to 2.4.1.
Date: Mon, 7 Dec 2020 15:59:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 88a26bfd52362bad7d2149ef5b63277e327110aa
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Dec 7 20:28:03 2020 +0100

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



reply via email to

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