From 090dd343311583f773d4b7aadc1c8f4a08d2716a Mon Sep 17 00:00:00 2001 From: Lilah Tascheter Date: Mon, 20 Oct 2025 09:57:00 -0500 Subject: [PATCH] gnu: yambar-wayland: Update to 1.11.0-0.abeffbd. * gnu/packages/wm.scm (yambar-wayland): Update to 1.11.0-0.abeffbd. [inputs]: Add basu as a new dependency for the MPRIS module. Change-Id: Ifcb00f4cad9db99df2e1145a65253626d91d8dad Signed-off-by: Andreas Enge --- gnu/packages/wm.scm | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 240bc7a85689d0cee26dc1dfe1dd9c6d0ae3069e..1d404cc2130a080f6cfa7bad954128ec81529737 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -4595,20 +4595,23 @@ implementing the layer-shell protocol.") configuration.")))) (define-public yambar-wayland + ;; This is the last commit + (let ((commit "abeffbd9a9fd0b2133343e1149e65d4a795a43d0") + (revision "0")) (package (name "yambar-wayland") - (version "1.11.0") + (version (git-version "1.11.0" revision commit)) (home-page "https://codeberg.org/dnkl/yambar") (source (origin (method git-fetch) (uri (git-reference (url home-page) - (commit version))) + (commit commit))) (file-name (git-file-name name version)) (sha256 (base32 - "0c3sk2i14fcb0l95pvfnj2sx0vx4ql1vldhimfccbf2qj0r30b20")))) + "0szi6a1dfprbw069zy96ranz68nzr0zasd610kqxdyydbdkfwwg8")))) (build-system meson-build-system) (arguments (list @@ -4631,13 +4634,14 @@ configuration.")))) json-c libmpdclient pulseaudio - eudev)) + eudev + basu)) (synopsis "X11 and Wayland status panel") (description "@command{yambar} is a lightweight and configurable status panel (bar, for short) for X11 and Wayland, that goes to great lengths to be both CPU and battery efficient---polling is only done when absolutely necessary.") - (license license:expat))) + (license license:expat)))) (define-public wideriver (package