This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 84a76be0ca gnu: wireplumber: Update to 0.5.15.
84a76be0ca is described below
commit 84a76be0cacc33323b9add5c4b47876983ad3c74
Author: luca <[email protected]>
AuthorDate: Sun Jun 21 17:26:16 2026 +0200
gnu: wireplumber: Update to 0.5.15.
* gnu/packages/linux.scm (wireplumber): Update to 0.5.15.
Change-Id: Iec4e8e1f2f2f15927ce302b62aa2ce56b64d1afa
Signed-off-by: Andreas Enge <[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 fd3c276482..591986032d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -11382,7 +11382,7 @@ of Linux application development.")
(define-public wireplumber
(package
(name "wireplumber")
- (version "0.5.14")
+ (version "0.5.15")
(source
(origin
(method git-fetch)
@@ -11392,7 +11392,7 @@ of Linux application development.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0rr2vlbwjjhgsk6lk2iwaww21gks2v63f0cs01rh2mdi8jpfz7h2"))))
+ (base32 "1a7fzfdxipjaq0fb695jbpipnlr67yl273x1gd9mmpbnqmgnphnv"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dsystemd=disabled"