apteryx pushed a commit to branch master
in repository guix.

commit 366af125a3672f48b38816f7c0433f62965f8e31
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Apr 2 15:17:36 2025 +0800

    gnu: pipewire: Update to 1.4.0.
    
    * gnu/packages/linux.scm (pipewire): Update to 1.4.0.
    
    Change-Id: Ieb6881fecba7c1f7d956eb78e9b170b123e2b8d5
    Signed-off-by: Zheng Junjie <[email protected]>
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 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 4e86d18f02..fde59d75a8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10424,7 +10424,7 @@ found in custom keyboard firmware like QMK.")
 (define-public pipewire
   (package
     (name "pipewire")
-    (version "1.2.7")
+    (version "1.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10433,7 +10433,7 @@ found in custom keyboard firmware like QMK.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "17a18978100c0dj3w42ybqxjg46cgdmrvij7dlvbwsrq7sgvcpsd"))))
+                "00c9irz566lmg51wxq5ywpvql6svvjxk9zjqx61xkvsnhz1526f6"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to