gnu: wireplumber: Update to 0.5.7.

* gnu/packages/linux.scm (wireplumber): Update to 0.5.7.

Change-Id: Ie51e39cb19679700f67b137cc6cfa07c80ec22d4
Reviewed-by: Andrew Wong <brosasaki@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Zheng Junjie 2025-01-24 14:32:37 +08:00 committed by Sharlatan Hellseher
parent dfbd6532d6
commit 129d8c4591
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -10107,7 +10107,7 @@ of Linux application development.")
(define-public wireplumber (define-public wireplumber
(package (package
(name "wireplumber") (name "wireplumber")
(version "0.5.6") (version "0.5.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -10117,7 +10117,7 @@ of Linux application development.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0wcw70dsnji81cn5x0c49hrkpbwb19bj0v2n1byjc80blnapn32h")))) (base32 "1hrnmz98ygaqcja0bardb5ks7k3jrvyw0j995d8311frj05097i9"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:configure-flags '("-Dsystemd=disabled" `(#:configure-flags '("-Dsystemd=disabled"