1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 18:41:54 +02:00

gnu: wireplumber: Update to 0.5.3.

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

Change-Id: Iec7360648c2d0c2a2bd97b72d491485209fe0562
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Antero Mejr
2024-06-10 09:28:00 +00:00
committed by 宋文武
parent 78d385a6b4
commit f9ed5788fd
+2 -2
View File
@@ -9827,7 +9827,7 @@ of Linux application development.")
(define-public wireplumber
(package
(name "wireplumber")
(version "0.4.17")
(version "0.5.3")
(source
(origin
(method git-fetch)
@@ -9837,7 +9837,7 @@ of Linux application development.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "00jzn0pxy2ws819yg4p8xxhngqai3labd1alaxb8zwzymr7m06my"))))
(base32 "1jdfk02f7yc5lhy4r3k7m7dqr0711lvlc0fd1hjhmi4j7yn4i5kd"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dsystemd=disabled"