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

commit 67b9a67d4e2239bcd2e48d836474441c1881cf8e
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 14:41:11 2025 +0530

    gnu: plasma-pa: Update to 6.5.4.
    
    * gnu/packages/kde-plasma.scm (plasma-pa): Update to 6.5.4.
    
    Change-Id: I780a6cb7be96c246ee21071b41f57f994db7b1b9
---
 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 fd57673930..dad27f74df 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2500,7 +2500,7 @@ customizable platform for mobile devices.")
 (define-public plasma-pa
   (package
     (name "plasma-pa")
-    (version "6.5.2")
+    (version "6.5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -2508,7 +2508,7 @@ customizable platform for mobile devices.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "18a1y39adx327yspkj5c2z24b8gh2cdiam6y73c6azxkvx4qc5w5"))))
+                "0xgkgzfx3vk9ca7vmbjp0abxrdfjb5nxy189g36hw9vnhjfsznx6"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase
                      ;; test require selenium-webdriver-at-spi-run

Reply via email to