all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53838] [PATCH] gnu: waybar: Update to 0.9.9.
@ 2022-02-07  6:26 Andrew Tropin
  2022-02-08 11:09 ` bug#53838: " Julien Lepiller
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Tropin @ 2022-02-07  6:26 UTC (permalink / raw)
  To: 53838

[-- Attachment #1: Type: text/plain, Size: 900 bytes --]


* gnu/packages/wm.scm (waybar): Update to 0.9.9.
---
 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 @@ (define-public swaybg
 (define-public waybar
   (package
     (name "waybar")
-    (version "0.9.8")
+    (version "0.9.9")
     (source
      (origin
        (method git-fetch)
@@ -1734,7 +1734,7 @@ (define-public waybar
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "109a49f064ma5js2d7maribmfalswbmmhq2fraa7hfz5pf2jxs2w"))))
+        (base32 "0bp9ygqv3kawwxf53j1r98r0xxg81cx00jsmymmlrd8psgsd6yy9"))))
     (build-system meson-build-system)
     (inputs (list date
                   fmt
-- 
2.34.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-10  9:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07  6:26 [bug#53838] [PATCH] gnu: waybar: Update to 0.9.9 Andrew Tropin
2022-02-08 11:09 ` bug#53838: " Julien Lepiller
2022-02-10  8:58   ` [bug#53838] " Andrew Tropin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.