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

commit 519fc297f710ea757c0652fee148d434cc7be9d7
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:21 2025 +0530

    gnu: kpipewire: Update to 6.5.0.
    
    * gnu/packages/kde-plasma.scm (kpipewire): Update to 6.5.0.
    
    Change-Id: Ia76ca34011f5c1862168e95e5f0973acfe3505a6
---
 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 577acfff07..cf8043e95f 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1056,14 +1056,14 @@ to automatically switch between light and dark themes.")
 (define-public kpipewire
   (package
     (name "kpipewire")
-    (version "6.4.5")
+    (version "6.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
                                   version "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "14hsdd5hj4cy13lzszajmfkf2ijfphr9rffnynsbbv9hl2k099yh"))))
+                "19qb4az64cq3511jq18z4905fwj6mcql98h89zmf7zv273mbhl86"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules pkg-config))
     (propagated-inputs (list qtbase qtdeclarative

Reply via email to