gnu: wireplumber: Update to 0.4.13.

* gnu/packages/linux.scm (wireplumber): Update to 0.4.13.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Josselin Poiret via Guix-patches via 2023-01-08 10:30:42 +01:00 committed by Mathieu Othacehe
parent 619cb50199
commit 6d3a0b2f65
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 2 deletions

View File

@ -9138,7 +9138,7 @@ of Linux application development.")
(define-public wireplumber
(package
(name "wireplumber")
(version "0.4.11")
(version "0.4.13")
(source
(origin
(method git-fetch)
@ -9148,7 +9148,7 @@ of Linux application development.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "09pg5cki1xn9bwn3bcjdc54z7b4iqkk1dhn560qyjcglq8xg7nnw"))))
(base32 "07psjb7rxsigwnwnzmw2y767vhyyha7cn8i8dgq80rzhwgl0sgv7"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dsystemd=disabled"