guix-commits
[Top][All Lists]
Advanced

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

42/285: gnu: thermald: Update to 1.9.1.


From: guix-commits
Subject: 42/285: gnu: thermald: Update to 1.9.1.
Date: Sun, 29 Dec 2019 20:43:57 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 86f35bdb2c245a230876cc5a3eb1af1f801d2d41
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]