1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 13:40:36 +02:00

gnu: wireplumber: Update to 0.4.14.

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

Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Benjamin
2023-05-08 23:55:36 +02:00
committed by Andrew Tropin
parent 39a02c5c4e
commit e8e2d4ebff

View File

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