all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57765] [PATCH] gnu: waybar: Update to 0.9.13.
@ 2022-09-13 10:35 ギャラ via Guix-patches via
  2022-09-15  7:29 ` bug#57765: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: ギャラ via Guix-patches via @ 2022-09-13 10:35 UTC (permalink / raw)
  To: 57765; +Cc: ギャラ

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





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

* bug#57765: [PATCH] gnu: waybar: Update to 0.9.13.
  2022-09-13 10:35 [bug#57765] [PATCH] gnu: waybar: Update to 0.9.13 ギャラ via Guix-patches via
@ 2022-09-15  7:29 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-09-15  7:29 UTC (permalink / raw)
  To: ギャラ; +Cc: 57765-done

ギャラ <me@gyara.moe> writes:

> * gnu/packages/wm.scm (waybar): Update to 0.9.13.

Pushed, thank you!




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

end of thread, other threads:[~2022-09-15  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13 10:35 [bug#57765] [PATCH] gnu: waybar: Update to 0.9.13 ギャラ via Guix-patches via
2022-09-15  7:29 ` bug#57765: " 宋文武 via Guix-patches via

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.