civodul pushed a commit to branch master
in repository guix.
commit da0f50274203d91bc777bf20ff8170e797019733
Author: Greg Hogan <[email protected]>
AuthorDate: Mon Nov 7 19:47:45 2022 +0000
gnu: waybar: Update to 0.9.15.
* gnu/packages/wm.scm (waybar): Update to 0.9.15.
[inputs]: Replace fmt-8 with fmt.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/wm.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index e765d28f53..116071b5c7 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1723,7 +1723,7 @@ display a clock or apply image manipulation techniques to
the background image."
(define-public waybar
(package
(name "waybar")
- (version "0.9.13")
+ (version "0.9.15")
(source
(origin
(method git-fetch)
@@ -1732,10 +1732,10 @@ display a clock or apply image manipulation techniques
to the background image."
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "15fy21cipih80amv78g7g4k2gylf107phbv0fjacn3w3n0i3cf2k"))))
+ (base32 "0mvwsd3krrlniga0fq13b0qvsf1fj22mk9nzsfgz49r55lqw8sdv"))))
(build-system meson-build-system)
(inputs (list date
- fmt-8
+ fmt
gtk-layer-shell
gtkmm-3
jsoncpp