apteryx pushed a commit to branch master
in repository guix.

commit 85a7fb019c20c9ad036e15eb454b25acba0d0b7f
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Apr 2 15:17:37 2025 +0800

    gnu: wireplumber: Update to 0.5.8.
    
    * gnu/packages/linux.scm (wireplumber): Update to 0.5.8.
    
    Change-Id: If6a35d569b04359526b20e868f3e383c0d59eeb3
    Signed-off-by: Zheng Junjie <[email protected]>
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index fde59d75a8..6162ba0c7b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10490,7 +10490,7 @@ of Linux application development.")
 (define-public wireplumber
   (package
     (name "wireplumber")
-    (version "0.5.7")
+    (version "0.5.8")
     (source
      (origin
        (method git-fetch)
@@ -10500,7 +10500,7 @@ of Linux application development.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1hrnmz98ygaqcja0bardb5ks7k3jrvyw0j995d8311frj05097i9"))))
+        (base32 "0g6gv7apwyc74z4rfhcdgdgwidda7cy4znwjjq39q4jh24dg70j4"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dsystemd=disabled"

Reply via email to