me
/
guix
Archived
1
0
Fork 0

gnu: wireplumber: Update to 0.4.6.

* gnu/packages/linux.scm (wireplumber): Update to 0.4.6.
master
Tobias Geerinckx-Rice 2022-01-07 05:16:40 +01:00
parent 9bd4b4058f
commit 974bdb447a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -8296,7 +8296,7 @@ of Linux application development.")
(define-public wireplumber
(package
(name "wireplumber")
(version "0.4.5")
(version "0.4.6")
(source
(origin
(method git-fetch)
@ -8306,8 +8306,7 @@ of Linux application development.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1k56i5cardwr03vkldg68714hyksyp1vb0b315yw1bilaj2ka30i"))))
(base32 "0g7xkgkjlxrhs49hqkwrjk2hb478gq55wwydafvvbsv78vsa7qfb"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dsystemd=disabled"