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

commit 9a4920228ebaba676082926ff4865d5ae7f28ece
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 9 14:05:57 2025 +0800

    gnu: print-manager: Update to 6.3.4.
    
    * gnu/packages/kde-plasma.scm (print-manager): Update to 6.3.4.
    
    Change-Id: I62cf9a5172d6b6be2e5789cec54bb8ab9c23e3ef
---
 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 0285a910ae..5493ee50a8 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2945,14 +2945,14 @@ hardware management, and a high degree of 
customizability.")
 (define-public print-manager
   (package
     (name "print-manager")
-    (version "6.2.5")
+    (version "6.3.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/plasma/" version
                            "/print-manager-" version ".tar.xz"))
        (sha256
-        (base32 "1k7abx5x0bjw6hs6wryw1g10s33ch1wsdgvi5qzjmq2znzmicq05"))))
+        (base32 "0qbaqz3ajd50yjsjpp651ni1xbb4lyns2lnrpa08r8r0q0sxacjv"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))

Reply via email to