guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: tlpui: Update to 1.5.0.


From: guix-commits
Subject: branch master updated: gnu: tlpui: Update to 1.5.0.
Date: Sat, 08 Jan 2022 11:48:15 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ef58bc1524 gnu: tlpui: Update to 1.5.0.
ef58bc1524 is described below

commit ef58bc15247ab67966d88082349123199054c4f1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 8 17:47:46 2022 +0100

    gnu: tlpui: Update to 1.5.0.
    
    * gnu/packages/linux.scm (tlpui): Update to 1.5.0.
---
 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 6b0b3ad7c2..22ce16a596 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7015,7 +7015,7 @@ every time the power supply source is changed.")
 (define-public tlpui
   (package
     (name "tlpui")
-    (version "1.4.0-1")
+    (version "1.5.0")
     (source
      (origin
        (method git-fetch)
@@ -7024,7 +7024,7 @@ every time the power supply source is changed.")
              (commit (string-append "tlpui-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yshdpj521wiwc5rkvq89hwq9f3nqp3jbz8v921hpyk8wwq7nniq"))))
+        (base32 "0ca18hazxksx516nkh28f6rd0l1039nkn7mszqfy68c461061q1h"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]