guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 0f5df86ba485ae3d3ebd22c1dc31cf0ec2f245fe
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:05:40 2026 +0530
gnu: print-manager: Update to 6.5.5.
* gnu/packages/kde-plasma.scm (print-manager): Update to 6.5.5.
Change-Id: Ib0d74885ef839ce31439cfe93f9d5a596b84e0f6
---
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 e6734f11fe..2c30ba4fac 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3001,14 +3001,14 @@ hardware management, and a high degree of
customizability.")
(define-public print-manager
(package
(name "print-manager")
- (version "6.5.2")
+ (version "6.5.5")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/print-manager-" version ".tar.xz"))
(sha256
- (base32 "1v8jgzjd19c7ppsv5cig5pwnmx2j6hhw63m44rjq90apxb478bsf"))))
+ (base32 "09dsz1hqvfpspskgdrbf341xp6rark9rq6n38z67lcbs7vaqc11s"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))