guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 88943e07b8876d294e7add93ae278f7778cf98f5
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 14:41:03 2025 +0530

    gnu: kpipewire: Update to 6.5.4.
    
    * gnu/packages/kde-plasma.scm (kpipewire): Update to 6.5.4.
    
    Change-Id: I2b132ac8441115af0230f8247ceeea9b4ed8ae31
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 52a45d5d52..ab6c440dc8 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1086,14 +1086,14 @@ to automatically switch between light and dark themes.")
 (define-public kpipewire
   (package
     (name "kpipewire")
-    (version "6.5.2")
+    (version "6.5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
                                   version "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "12gyj090paplybbgvx0i2h01bsghbkhbg9gaajidwlpw11ylbbss"))))
+                "12m47fid9yfvq3h3lyy008wvz1fgypsj0x0lp5axrfydrmyfz2gw"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules pkg-config))
     (propagated-inputs (list qtbase qtdeclarative

Reply via email to