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

commit 4d5045eb7bdb945d3194d20636cb0db73531b58f
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:43 2025 +0530

    gnu: system-settings: Update to 6.5.0.
    
    * gnu/packages/kde-plasma.scm (system-settings): Update to 6.5.0.
    
    Change-Id: Ia7ad3da855d45a25ff0801a358c9951a9068cd9d
---
 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 e6297675f9..0e9a546490 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3182,14 +3182,14 @@ of a Plasma shell.")
 (define-public system-settings
   (package
     (name "system-settings")
-    (version "6.4.5")
+    (version "6.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/systemsettings-" version ".tar.xz"))
               (sha256
                (base32
-                "13xs5bzz4ivhfgnx5vs3xh7iviwlbfjdnk12fq040ym7y6bz1mwh"))))
+                "17157plapd012hfc9202pbhf400vwyhh14wwpa40pap86g6d0rdv"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kaccounts-integration

Reply via email to