1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: waybar: Update to 0.13.0.

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

Change-Id: Iade777f34ee7bb172ef69886bf832590e64c11cd
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-07-03 15:10:01 +02:00 committed by Sharlatan Hellseher
parent cd1f687f5f
commit 3e963b208a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2593,7 +2593,7 @@ compository, supporting the following features:
(define-public waybar
(package
(name "waybar")
(version "0.12.0")
(version "0.13.0")
(source
(origin
(method git-fetch)
@ -2602,7 +2602,7 @@ compository, supporting the following features:
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0i9an3yxbsbgpkl4zvwmk2g6vaap8shxix5gid6vx8x6z9wgg52n"))))
(base32 "0bdwdyxgrfv1ffabf1n4wqq1wz20qig9j9w0k76nhzw979ha7x99"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "--wrap-mode=nodownload")))