summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntero Mejr <mail@antr.me>2024-06-10 09:28:00 +0000
committer宋文武 <iyzsong@member.fsf.org>2024-06-17 19:21:59 +0800
commitf9ed5788fda9288301550c641820d422e9ad1602 (patch)
tree3e31024de3fbf2a090d1abbf28f944865bc3cff0
parent78d385a6b483e73bfdf860319c727caefa2cd0d9 (diff)
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>
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 31bfa90842..01dbe643ff 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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"