gnu: waybar: Update to 0.10.0.

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

Change-Id: I5f52f2250510575156944a589db739abd71218a4
This commit is contained in:
John Kehayias 2024-03-30 18:20:30 -04:00
parent 251c0f31f4
commit f5558ee0cc
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 2 additions and 2 deletions

View File

@ -2117,7 +2117,7 @@ compository, supporting the following featuers:
(define-public waybar
(package
(name "waybar")
(version "0.9.20")
(version "0.10.0")
(source
(origin
(method git-fetch)
@ -2126,7 +2126,7 @@ compository, supporting the following featuers:
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "07h5l7h7wmzqgg7fbp98khrxg2sq2s4ncp4fiiz1yg62r752idy4"))))
(base32 "00a8npilvcvicn9mff00i5rdzdll0zrmq0y8wgr314gnljn52md7"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "--wrap-mode=nodownload")))