diff options
author | Benjamin <benjamin@uvy.fr> | 2023-05-08 23:55:36 +0200 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2023-06-14 13:41:59 +0400 |
commit | e8e2d4ebfffe65ae8aa9cd66905aa3a079e1a2e7 (patch) | |
tree | d101e679cccd20cb8351b6da9af9d353f30375a1 /gnu/packages | |
parent | 39a02c5c4eefb555257cd2fcda0f89574b857985 (diff) | |
download | guix-e8e2d4ebfffe65ae8aa9cd66905aa3a079e1a2e7.tar.gz guix-e8e2d4ebfffe65ae8aa9cd66905aa3a079e1a2e7.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 75252ea278..6a6cbc118d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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" |