gnu: wireplumber: Update to 0.5.6.

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

Signed-off-by: Andreas Enge <andreas@enge.fr>
Change-Id: I60b3ad7fae3cad61bd146b48018a526a04ccc837
This commit is contained in:
squishypinkelephant 2024-10-22 10:31:18 +02:00 committed by Andreas Enge
parent 4eb75af5ae
commit 8d3a625370
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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