diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-12-16 11:16:24 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-26 23:00:47 +0000 |
| commit | 8c76d032b655d4cfd097d889cf179bc772c53550 (patch) | |
| tree | b52429969482aa2fde41516e0cb78744ca57755d /gnu/packages | |
| parent | dc345c27b9c2c63f201a13c634f024f66cee1a86 (diff) | |
gnu: tlpui: Update to 1.9.0
* gnu/packages/linux.scm (tlpui): Update to 1.9.0.
Change-Id: Ifed7fba6f0db8040f10ca35d314f85cf3d297636
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -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 6e26f611d27..683082cd839 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9264,7 +9264,7 @@ every time the power supply source is changed.") (define-public tlpui (package (name "tlpui") - (version "1.8.0") + (version "1.9.0") (source (origin (method git-fetch) @@ -9273,7 +9273,7 @@ every time the power supply source is changed.") (commit (string-append "tlpui-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1q33p4gf5ii53wlgs61gghqxp3js5c45pn5nlibg2ygw069225r5")))) + (base32 "00rkq389zs525s7ckjj6cm34s25rsrgz47p28pp43ld35i538g9w")))) (build-system pyproject-build-system) (arguments (list |
