This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f9ed5788fd gnu: wireplumber: Update to 0.5.3.
f9ed5788fd is described below
commit f9ed5788fda9288301550c641820d422e9ad1602
Author: Antero Mejr <[email protected]>
AuthorDate: Mon Jun 10 09:28:00 2024 +0000
gnu: wireplumber: Update to 0.5.3.
* gnu/packages/linux.scm (wireplumber): Update to 0.5.3.
Change-Id: Iec7360648c2d0c2a2bd97b72d491485209fe0562
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/linux.scm | 4 ++--
1 file 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"