[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: tlpui: Update to 1.5.0-1.
From: |
guix-commits |
Subject: |
01/03: gnu: tlpui: Update to 1.5.0-1. |
Date: |
Mon, 4 Jul 2022 09:17:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 56892af033e0e5ac4087f2a22484cfe012430094
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 4 15:07:54 2022 +0200
gnu: tlpui: Update to 1.5.0-1.
* gnu/packages/linux.scm (tlpui): Update to 1.5.0-1.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 727a39940d..04684b05df 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7138,7 +7138,7 @@ every time the power supply source is changed.")
(define-public tlpui
(package
(name "tlpui")
- (version "1.5.0")
+ (version "1.5.0-1")
(source
(origin
(method git-fetch)
@@ -7147,7 +7147,7 @@ every time the power supply source is changed.")
(commit (string-append "tlpui-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ca18hazxksx516nkh28f6rd0l1039nkn7mszqfy68c461061q1h"))))
+ (base32 "16a6x733szsggn23ns7bj3gpvb80675plh96v4llrz0s8p3h47pg"))))
(build-system python-build-system)
(arguments
`(#:phases