mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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>
This commit is contained in:
parent
78d385a6b4
commit
f9ed5788fd
1 changed files with 2 additions and 2 deletions
|
@ -9827,7 +9827,7 @@ (define-public pipewire
|
|||
(define-public wireplumber
|
||||
(package
|
||||
(name "wireplumber")
|
||||
(version "0.4.17")
|
||||
(version "0.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -9837,7 +9837,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"
|
||||
|
|
Loading…
Reference in a new issue