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

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

    gnu: plasma-activities: Update to 6.5.0.
    
    * gnu/packages/kde-plasma.scm (plasma-activities): Update to 6.5.0.
    [inputs]: Remove boost.
    
    Change-Id: I15171e7cd468f24fe14e5541e28d4207a1da5213
---
 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 7395f612de..ca4c1af23e 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1923,7 +1923,7 @@ for xdg-desktop-portal that is using Qt/KF5.")
 (define-public plasma-activities
   (package
     (name "plasma-activities")
-    (version "6.4.5")
+    (version "6.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1931,13 +1931,12 @@ for xdg-desktop-portal that is using Qt/KF5.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0sc11kymw58nrhplj20nhzm83ng11bg2bbyksqp3rgwpds227b9h"))))
+                "0gw8p027m8ldpypsl7j0815g856ccjrwa6avwqpx515aasy75f0d"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))
     (inputs
-     (list boost
-           kconfig
+     (list kconfig
            kcoreaddons
            kwindowsystem
            qtdeclarative

Reply via email to