guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: tlp: Update to 1.1.


From: Nicolas Goaziou
Subject: 01/01: gnu: tlp: Update to 1.1.
Date: Sat, 10 Feb 2018 04:36:21 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 59d999f9f6e78b3fb1bb897df9a037e78a0c87b8
Author: Nicolas Goaziou <address@hidden>
Date:   Sat Feb 10 10:36:03 2018 +0100

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

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 73aa35a..96dab26 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4039,7 +4039,7 @@ Light is the successor of lightscript.")
 (define-public tlp
   (package
     (name "tlp")
-    (version "1.0")
+    (version "1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4049,7 +4049,7 @@ Light is the successor of lightscript.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1v3qpj9kp4rxwqapayd0i9419wwv4bikyrzjvqn0r9xkgnr1f9v4"))))
+                "068hzmh90x600saynbl7iwg1pm0ywldn4jazyxx5y1fixs8s1qbn"))))
     (inputs `(("bash" ,bash)
               ("dbus" ,dbus)
               ("ethtool" ,ethtool)



reply via email to

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