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