guix-commits
[Top][All Lists]
Advanced

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

03/30: gnu: thermald: Update to 1.9.1.


From: guix-commits
Subject: 03/30: gnu: thermald: Update to 1.9.1.
Date: Mon, 23 Dec 2019 13:46:27 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 634714107e1006f34fdd868aa5e7b053b8062e33
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 23 00:20:35 2019 +0100

    gnu: thermald: Update to 1.9.1.
    
    * gnu/packages/admin.scm (thermald): Update to 1.9.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 d82dc54..07b6c89 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3026,7 +3026,7 @@ make it a perfect utility on modern distros.")
 (define-public thermald
   (package
     (name "thermald")
-    (version "1.9")
+    (version "1.9.1")
     (source
      (origin
       (method git-fetch)
@@ -3035,7 +3035,7 @@ make it a perfect utility on modern distros.")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "1ajhivl9jifcf12nbk281yayk7666v65m249aclyli0bz1kh8cfs"))))
+       (base32 "0iagc3jqpnh6q2fa1gx4wx6r8qg0556j60xr159zqg95djr4dv99"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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