Archived
1
0
Fork 0

gnu: waybar: Update to 0.10.3.

Change-Id: I0b62cb4b5d2129d11aa415166c9cbce9abdf0456
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Simeon Prause 2024-05-30 23:48:59 +02:00 committed by Zheng Junjie
parent 8ed4305864
commit b796cff7ef
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2220,7 +2220,7 @@ compository, supporting the following featuers:
(define-public waybar (define-public waybar
(package (package
(name "waybar") (name "waybar")
(version "0.10.2") (version "0.10.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2229,7 +2229,7 @@ compository, supporting the following featuers:
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0h8anmzhbimgdjnbg79al32d5acbfyrh3sf8wcsbx1296qpd6af6")))) (base32 "04xd61ycn1nisq1s5ch14zkbsjcfcy6n29nkjn68s2ribmws0iid"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:configure-flags #~(list "--wrap-mode=nodownload"))) (list #:configure-flags #~(list "--wrap-mode=nodownload")))