diff options
author | squishypinkelephant <squishypinkelephant@gmail.com> | 2024-10-22 10:31:18 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2024-10-22 10:31:18 +0200 |
commit | 8d3a6253707319d3dfd96f4a2ad981026a521f1c (patch) | |
tree | ef105c78d9a09662d7b9852ebf30cfc001ad9ea3 /gnu/packages | |
parent | 4eb75af5aeb18d8deffeaca554cfbebe08633514 (diff) | |
download | guix-8d3a6253707319d3dfd96f4a2ad981026a521f1c.tar guix-8d3a6253707319d3dfd96f4a2ad981026a521f1c.tar.gz |
gnu: wireplumber: Update to 0.5.6.
* gnu/packages/linux.scm (wireplumber): Update to 0.5.6.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Change-Id: I60b3ad7fae3cad61bd146b48018a526a04ccc837
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 883cbb984d..5bc770da3e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -10006,7 +10006,7 @@ of Linux application development.") (define-public wireplumber (package (name "wireplumber") - (version "0.5.3") + (version "0.5.6") (source (origin (method git-fetch) @@ -10016,7 +10016,7 @@ of Linux application development.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1jdfk02f7yc5lhy4r3k7m7dqr0711lvlc0fd1hjhmi4j7yn4i5kd")))) + (base32 "0wcw70dsnji81cn5x0c49hrkpbwb19bj0v2n1byjc80blnapn32h")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Dsystemd=disabled" |