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

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

    gnu: print-manager: Update to 6.5.0.
    
    * gnu/packages/kde-plasma.scm (print-manager): Update to 6.5.0.
    [inputs]: Remove kiconthemes.
    
    Change-Id: Ied4a0da48af81473af23a1fe3b9c483fd9563e4c
---
 gnu/packages/kde-plasma.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 03b47c796d..d64f216968 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2998,14 +2998,14 @@ hardware management, and a high degree of 
customizability.")
 (define-public print-manager
   (package
     (name "print-manager")
-    (version "6.4.5")
+    (version "6.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/plasma/" version
                            "/print-manager-" version ".tar.xz"))
        (sha256
-        (base32 "1jj2l89nxdmyhlr9arkcjsqxbm8qp7h2rg8lqnswh2nij81gsf72"))))
+        (base32 "1krvpk8izwyyn2r4nv167jig2l266jlggn25aqhyqnfil23pcx0g"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))
@@ -3016,7 +3016,6 @@ hardware management, and a high degree of 
customizability.")
            kconfigwidgets
            kcoreaddons
            kdbusaddons
-           kiconthemes
            kirigami
            ki18n
            kio

Reply via email to