guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: tlp: Update to 1.4.0.


From: guix-commits
Subject: branch master updated: gnu: tlp: Update to 1.4.0.
Date: Sat, 25 Sep 2021 09:51:24 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c1bc2a4  gnu: tlp: Update to 1.4.0.
c1bc2a4 is described below

commit c1bc2a43200d6c6016c2a4154799c73c86a54021
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 25 15:48:36 2021 +0200

    gnu: tlp: Update to 1.4.0.
    
    * gnu/packages/linux.scm (tlp): Update to 1.4.0.
---
 gnu/packages/linux.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2836a01..175683b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6750,7 +6750,7 @@ interface in sysfs, which can be accomplished with the 
included udev rules.")
 (define-public tlp
   (package
     (name "tlp")
-    (version "1.3.1")
+    (version "1.4.0")
     (source
      (origin
        (method git-fetch)
@@ -6759,7 +6759,7 @@ interface in sysfs, which can be accomplished with the 
included udev rules.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14fcnaz9pw534v4d8dddqq4wcvpf1kghr8zlrk62r5lrl46sp1p5"))))
+        (base32 "0bnsz9bw9rj1apl80jwz39zj5mnlps3jbckihvl8bbdbrbhj6p06"))))
     (native-inputs
      `(("shellcheck" ,shellcheck)))
     (inputs
@@ -6810,6 +6810,8 @@ interface in sysfs, which can be accomplished with the 
included udev rules.")
                (setenv "TLP_CONFDEF"
                        (string-append out "/share/tlp/defaults.conf"))
                (setenv "TLP_CONFDIR" (string-append out "/etc/tlp.d"))
+               (setenv "TLP_CONFREN"
+                       (string-append out "/share/tlp/rename.conf"))
                (setenv "TLP_ELOD"
                        (string-append out "/lib/elogind/system-sleep"))
                (setenv "TLP_SHCPL"



reply via email to

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