diff options
author | Josselin Poiret via Guix-patches via <guix-patches@gnu.org> | 2023-01-08 10:30:42 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2023-01-08 17:46:50 +0100 |
commit | 6d3a0b2f65ba6a6e1c74da98930b585351e09960 (patch) | |
tree | 244ba4c8ae4a655e991cec38596a55f488bc5326 | |
parent | 619cb50199d61489a02198389b9ed22af18505b3 (diff) | |
download | guix-6d3a0b2f65ba6a6e1c74da98930b585351e09960.tar.gz |
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>
-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 4b21f9ca33..ac126cf85d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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" |