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

commit 88b7d35fa3903621d4e85a56796e9b7272a480a9
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 c9420d4152..76cb0e06e0 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3007,14 +3007,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))
@@ -3025,7 +3025,6 @@ hardware management, and a high degree of 
customizability.")
            kconfigwidgets
            kcoreaddons
            kdbusaddons
-           kiconthemes
            kirigami
            ki18n
            kio

Reply via email to