[PATCH] gnu: waybar: Update to 0.9.13.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • ギャラ
Owner
unassigned
Submitted by
ギャラ
Severity
normal

Debbugs page

ギャラ wrote 2 years ago
(address . guix-patches@gnu.org)(name . ギャラ)(address . me@gyara.moe)
5bd147d9488a5503d4097ca61a830f300cedf1d4.1663065327.git.me@gyara.moe
* gnu/packages/wm.scm (waybar): Update to 0.9.13.
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
宋文武 wrote 2 years ago
(name . ギャラ)(address . me@gyara.moe)(address . 57765-done@debbugs.gnu.org)
87tu59t7rp.fsf@envs.net
ギャラ <me@gyara.moe> writes:

Toggle quote (2 lines)
> * gnu/packages/wm.scm (waybar): Update to 0.9.13.

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 57765@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57765
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help