guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: waybar: Update to 0.9.8.


From: guix-commits
Subject: 03/10: gnu: waybar: Update to 0.9.8.
Date: Sat, 13 Nov 2021 18:32:46 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 357ecb777ea22d444ae4cec1705ad940b926ecc7
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Oct 8 19:06:42 2021 +0000

    gnu: waybar: Update to 0.9.8.
    
    * gnu/packages/wm.scm (waybar): Update to 0.9.8.
    [inputs]: Add libxml2.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/wm.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index fc229e0..6874b59 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1685,7 +1685,7 @@ display a clock or apply image manipulation techniques to 
the background image."
 (define-public waybar
   (package
     (name "waybar")
-    (version "0.9.7")
+    (version "0.9.8")
     (source
      (origin
        (method git-fetch)
@@ -1694,7 +1694,7 @@ display a clock or apply image manipulation techniques to 
the background image."
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17cn4d3dx92v40jd9vl41smp8hh3gf5chd1j2f7l1lrpfpnllg5x"))))
+        (base32 "109a49f064ma5js2d7maribmfalswbmmhq2fraa7hfz5pf2jxs2w"))))
     (build-system meson-build-system)
     (inputs `(("date" ,date)
               ("fmt" ,fmt)
@@ -1705,6 +1705,7 @@ display a clock or apply image manipulation techniques to 
the background image."
               ("libinput" ,libinput)
               ("libmpdclent" ,libmpdclient)
               ("libnl" ,libnl)
+              ("libxml2" ,libxml2)
               ("pulseaudio" ,pulseaudio)
               ("spdlog" ,spdlog)
               ("wayland" ,wayland)))



reply via email to

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