summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorluca <luca.kredel@web.de>2025-11-20 18:20:23 +0100
committerAndreas Enge <andreas@enge.fr>2025-11-21 13:53:29 +0100
commitfc8c061ecf23d0ce8a456dbf26e027e351c28e32 (patch)
treebad2637453298dd50556c77b6948d2048bda53b4 /gnu/packages/linux.scm
parent77fce92df2250f225ffe6b489e138c20bdde8918 (diff)
gnu: wireplumber: Update to 0.5.12.
* gnu/packages/linux.scm: (wireplumber): Update to 0.5.12. [native-inputs]: Add python-minimal. Change-Id: Ic670a4e1d25ca793f31802a270df4e3db5eec729 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0d6b245aa84..01e50fecc46 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -11445,7 +11445,7 @@ of Linux application development.")
(define-public wireplumber
(package
(name "wireplumber")
- (version "0.5.10")
+ (version "0.5.12")
(source
(origin
(method git-fetch)
@@ -11455,14 +11455,14 @@ of Linux application development.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0z4k6vn1zcqa5878mrcsin79b74ckvrzlprfxi730aa55w5xb609"))))
+ (base32 "1dljz669ywy1lvvn0jh14ymynmbii45q5vay71zajpcg31249dyw"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dsystemd=disabled"
"-Dsystem-lua=true")))
(native-inputs
(list `(,glib "bin")
- pkg-config))
+ pkg-config python-minimal))
(inputs (list dbus elogind glib lua pipewire))
(home-page "https://gitlab.freedesktop.org/pipewire/wireplumber")
(synopsis "Session / policy manager implementation for PipeWire")