diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-17 22:10:40 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-22 11:55:49 +0200 |
commit | d6542a8bf5161d6bd329a1049ebe694b23e3463b (patch) | |
tree | edd0eaa6d4b554367b6407d3b24cfb58c44788b9 /gnu/packages/linux.scm | |
parent | b26f1454612e3b23e7132203832ac888d62c69e3 (diff) |
gnu: tlpui: Update to 1.5.0-7.
* gnu/packages/linux.scm (tlpui): Update to 1.5.0-7.
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 2d1fc9d746..47366d0641 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7603,7 +7603,7 @@ every time the power supply source is changed.") (define-public tlpui (package (name "tlpui") - (version "1.5.0-6") + (version "1.5.0-7") (source (origin (method git-fetch) @@ -7612,7 +7612,7 @@ every time the power supply source is changed.") (commit (string-append "tlpui-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0zxiciafq1xmb047jlyhipkkj4vaiw4jzbx71f6xgx559dy96paq")))) + (base32 "07gi0i6wqjb5h0hmy7i7bjscfrf9v825xv85j7fxinxwrj42053y")))) (build-system python-build-system) (arguments (list |