me
/
guix
Archived
1
0
Fork 0

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>
master
Antero Mejr 2024-06-10 09:28:00 +00:00 committed by 宋文武
parent 78d385a6b4
commit f9ed5788fd
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

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"