mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +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:
parent
cd1f687f5f
commit
3e963b208a
1 changed files with 2 additions and 2 deletions
|
@ -2593,7 +2593,7 @@ compository, supporting the following features:
|
||||||
(define-public waybar
|
(define-public waybar
|
||||||
(package
|
(package
|
||||||
(name "waybar")
|
(name "waybar")
|
||||||
(version "0.12.0")
|
(version "0.13.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2602,7 +2602,7 @@ compository, supporting the following features:
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0i9an3yxbsbgpkl4zvwmk2g6vaap8shxix5gid6vx8x6z9wgg52n"))))
|
(base32 "0bdwdyxgrfv1ffabf1n4wqq1wz20qig9j9w0k76nhzw979ha7x99"))))
|
||||||
(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")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue