guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: wireplumber: Update to 0.4.13.


From: guix-commits
Subject: 06/06: gnu: wireplumber: Update to 0.4.13.
Date: Sun, 8 Jan 2023 11:47:07 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 6d3a0b2f65ba6a6e1c74da98930b585351e09960
Author: Josselin Poiret via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sun Jan 8 10:30:42 2023 +0100

    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>
---
 gnu/packages/linux.scm | 4 ++--
 1 file 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]