diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-12-16 11:12:35 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-26 23:00:45 +0000 |
| commit | dc345c27b9c2c63f201a13c634f024f66cee1a86 (patch) | |
| tree | a82df2b400e95b45e9592f8b3aa10c895a90498c /gnu/packages/linux.scm | |
| parent | aa5b4588d292a52f8fbbb1a25b42586244b049c2 (diff) | |
gnu: tlp: Update to 1.9.0
* gnu/packages/linux.scm (tlp): Update to 1.9.0.
Change-Id: Ia0e9888112c17de0512e416037c2650feb1d7781
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ad4e82c1637..6e26f611d27 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9139,7 +9139,7 @@ interface in sysfs, which can be accomplished with the included udev rules.") (define-public tlp (package (name "tlp") - (version "1.8.0") + (version "1.9.0") (source (origin (method git-fetch) @@ -9148,7 +9148,7 @@ interface in sysfs, which can be accomplished with the included udev rules.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0r8r95wjb1sl5v8mli7kba2py9hc0ps915fx4lap5pg108ik9a06")))) + (base32 "0msskz42yy0ddq6gqak0dsl77wsym24ly3bkpymfwl9dr3wzikv8")))) (native-inputs (list shellcheck)) (inputs |
