GNU bug report logs -
#71463
[PATCH] gnu: wireplumber: Update to 0.5.3.
Previous Next
Reported by: Antero Mejr <mail <at> antr.me>
Date: Mon, 10 Jun 2024 09:29:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/linux.scm (wireplumber): Update to 0.5.3.
Change-Id: Iec7360648c2d0c2a2bd97b72d491485209fe0562
---
Fixes https://issues.guix.gnu.org/71458
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 a9b78a7986..810b826234 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9647,7 +9647,7 @@ (define-public pipewire
(define-public wireplumber
(package
(name "wireplumber")
- (version "0.4.17")
+ (version "0.5.3")
(source
(origin
(method git-fetch)
@@ -9657,7 +9657,7 @@ (define-public wireplumber
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "00jzn0pxy2ws819yg4p8xxhngqai3labd1alaxb8zwzymr7m06my"))))
+ (base32 "1jdfk02f7yc5lhy4r3k7m7dqr0711lvlc0fd1hjhmi4j7yn4i5kd"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dsystemd=disabled"
base-commit: 9901416233867233192b63fde7f616751127b189
--
2.41.0
This bug report was last modified 1 year and 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.