me
/
guix
Archived
1
0
Fork 0

gnu: waybar: Update to 0.10.4.

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

Change-Id: I90c408e524f5e1d3a49a78925f908b10607342d3
master
Danny Milosavljevic 2024-08-01 10:18:46 +02:00
parent 918b7d102c
commit 450cd7e15f
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 2 deletions

View File

@ -2207,7 +2207,7 @@ compository, supporting the following featuers:
(define-public waybar (define-public waybar
(package (package
(name "waybar") (name "waybar")
(version "0.10.3") (version "0.10.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2216,7 +2216,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 "04xd61ycn1nisq1s5ch14zkbsjcfcy6n29nkjn68s2ribmws0iid")))) (base32 "0liiyz6212pmyhpsrb6773qf5b9b4kb76nggizygr9abfidbg5gw"))))
(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")))