diff options
author | Andreas Enge <andreas@enge.fr> | 2023-04-22 22:31:56 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-04-22 22:31:56 +0200 |
commit | 0a164b344d6dabb0dc38f61cc2f4868fa15dec63 (patch) | |
tree | 831ca040983e32fe266732f63b323053355ce615 /gnu/packages/linux.scm | |
parent | dcf2de77e195c7bce14006f69762396550d3630e (diff) | |
parent | 5b545763ed9b8a3fade7f756d543819fc090953f (diff) | |
download | guix-0a164b344d6dabb0dc38f61cc2f4868fa15dec63.tar.gz |
Merge remote-tracking branch 'origin/master' into core-updates
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 56ea676e4a..29213f5fd1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7577,7 +7577,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) @@ -7586,7 +7586,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 |