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

commit f7fb4035f465d7e1ee34945db9802928bef4b0f7
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:41 2025 +0530

    gnu: plasma-workspace: Update to 6.5.0.
    
    * gnu/packages/kde-plasma.scm (plasma-workspace): Update to 6.5.0.
    [inputs]: Remove kunitconversion; add a comment for xdotool.
    
    Change-Id: I7c701d97f3c19b8b81d902dd8b3d15ef60e28df7
---
 gnu/packages/kde-plasma.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index b8120c532c..232afb80df 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2749,14 +2749,14 @@ sensors, process information and other system 
resources.")
 (define-public plasma-workspace
   (package
     (name "plasma-workspace")
-    (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
-                "1yqh55ijxbznvaa164idjp5g4lcdp0cl01x7bca3kxbl6nzrx68r"))))
+                "081gdyb31s7z3i014jbvb1si1y8i9a4dddm7qz2kalxwzbxym4b4"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules kdoctools pkg-config qtsvg
                          qttools
@@ -2794,7 +2794,7 @@ sensors, process information and other system resources.")
                   kidletime
                   kio
                   lsof
-                  xdotool
+                  xdotool                     ;for X11
                   qqc2-desktop-style
                   qcoro-qt6
                   kirigami-addons
@@ -2814,7 +2814,6 @@ sensors, process information and other system resources.")
                   kscreenlocker
                   ktexteditor
                   ktextwidgets
-                  kunitconversion
                   kuserfeedback
                   kwallet
                   kwayland

Reply via email to