summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-02-10 10:36:03 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-02-10 10:36:03 +0100
commit59d999f9f6e78b3fb1bb897df9a037e78a0c87b8 (patch)
tree7f6c33c3cc83ec554034c534885b90aeda0ea8bd /gnu
parent28e3569f1f2640f814b358cd934c386ddb65def1 (diff)
downloadguix-patches-59d999f9f6e78b3fb1bb897df9a037e78a0c87b8.tar
guix-patches-59d999f9f6e78b3fb1bb897df9a037e78a0c87b8.tar.gz
gnu: tlp: Update to 1.1.
* gnu/packages/linux.scm (tlp): Update to 1.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 73aa35a19f..96dab2624b 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)