1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 00:55:56 +02:00

gnu: waybar: Update to 0.11.0.

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

Change-Id: I86f67add1dbd908aec2ff3505ccde36ff494f4ca
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Ashish SHUKLA via Guix-patches via
2024-09-17 15:19:29 +00:00
committed by Zheng Junjie
parent 54f3765740
commit b05872f825
+2 -2
View File
@@ -2224,7 +2224,7 @@ compository, supporting the following featuers:
(define-public waybar
(package
(name "waybar")
(version "0.10.4")
(version "0.11.0")
(source
(origin
(method git-fetch)
@@ -2233,7 +2233,7 @@ compository, supporting the following featuers:
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0liiyz6212pmyhpsrb6773qf5b9b4kb76nggizygr9abfidbg5gw"))))
(base32 "1bw6d3bf8rm4mgrbcprxxljfxbyabbj2lwabk2z19r8lhfz38myy"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "--wrap-mode=nodownload")))