~ruther/guix-local

129d8c4591485197b6995d6ceee64cacfa27da9e — Zheng Junjie 1 year, 2 months ago dfbd653
gnu: wireplumber: Update to 0.5.7.

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

Change-Id: Ie51e39cb19679700f67b137cc6cfa07c80ec22d4
Reviewed-by: Andrew Wong <brosasaki@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -2
@@ 10107,7 10107,7 @@ of Linux application development.")
(define-public wireplumber
  (package
    (name "wireplumber")
    (version "0.5.6")
    (version "0.5.7")
    (source
     (origin
       (method git-fetch)


@@ 10117,7 10117,7 @@ of Linux application development.")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0wcw70dsnji81cn5x0c49hrkpbwb19bj0v2n1byjc80blnapn32h"))))
        (base32 "1hrnmz98ygaqcja0bardb5ks7k3jrvyw0j995d8311frj05097i9"))))
    (build-system meson-build-system)
    (arguments
     `(#:configure-flags '("-Dsystemd=disabled"