guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: wireplumber: Update to 0.4.14.


From: guix-commits
Subject: 02/02: gnu: wireplumber: Update to 0.4.14.
Date: Wed, 14 Jun 2023 05:42:31 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit e8e2d4ebfffe65ae8aa9cd66905aa3a079e1a2e7
Author: Benjamin <benjamin@uvy.fr>
AuthorDate: Mon May 8 23:55:36 2023 +0200

    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>
---
 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 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"



reply via email to

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