This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 090dd34331 gnu: yambar-wayland: Update to 1.11.0-0.abeffbd.
090dd34331 is described below

commit 090dd343311583f773d4b7aadc1c8f4a08d2716a
Author: Lilah Tascheter <[email protected]>
AuthorDate: Mon Oct 20 09:57:00 2025 -0500

    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 <[email protected]>
---
 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 240bc7a856..1d404cc213 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

Reply via email to