guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: waybar: Update to 0.9.13.


From: guix-commits
Subject: branch master updated: gnu: waybar: Update to 0.9.13.
Date: Thu, 15 Sep 2022 03:29:11 -0400

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

iyzsong pushed a commit to branch master
in repository guix.

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

commit f77a0e783814fe4e2c70c098cf624eb1f8afd8d5
Author: ギャラ <me@gyara.moe>
AuthorDate: Tue Sep 13 19:35:28 2022 +0900

    gnu: waybar: Update to 0.9.13.
    
    * gnu/packages/wm.scm (waybar): Update to 0.9.13.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 451dfce516..c622bb5153 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1729,7 +1729,7 @@ display a clock or apply image manipulation techniques to 
the background image."
 (define-public waybar
   (package
     (name "waybar")
-    (version "0.9.9")
+    (version "0.9.13")
     (source
      (origin
        (method git-fetch)
@@ -1738,7 +1738,7 @@ display a clock or apply image manipulation techniques to 
the background image."
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0bp9ygqv3kawwxf53j1r98r0xxg81cx00jsmymmlrd8psgsd6yy9"))))
+        (base32 "15fy21cipih80amv78g7g4k2gylf107phbv0fjacn3w3n0i3cf2k"))))
     (build-system meson-build-system)
     (inputs (list date
                   fmt



reply via email to

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