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.9.


From: guix-commits
Subject: branch master updated: gnu: waybar: Update to 0.9.9.
Date: Tue, 08 Feb 2022 06:08:27 -0500

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

roptat pushed a commit to branch master
in repository guix.

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

commit 2df2d34803ae6563caf6adc654cd40bcda725efe
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Mon Feb 7 09:26:20 2022 +0300

    gnu: waybar: Update to 0.9.9.
    
    * gnu/packages/wm.scm (waybar): Update to 0.9.9.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 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 9e11b599c3..f39df605e7 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1725,7 +1725,7 @@ display a clock or apply image manipulation techniques to 
the background image."
 (define-public waybar
   (package
     (name "waybar")
-    (version "0.9.8")
+    (version "0.9.9")
     (source
      (origin
        (method git-fetch)
@@ -1734,7 +1734,7 @@ display a clock or apply image manipulation techniques to 
the background image."
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "109a49f064ma5js2d7maribmfalswbmmhq2fraa7hfz5pf2jxs2w"))))
+        (base32 "0bp9ygqv3kawwxf53j1r98r0xxg81cx00jsmymmlrd8psgsd6yy9"))))
     (build-system meson-build-system)
     (inputs (list date
                   fmt



reply via email to

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