guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 2c1a8f994d00a7e9bb02abd4e97ce116c622d75f
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:59 2025 +0800
gnu: print-manager: Update to 6.2.5.
* gnu/packages/kde-plasma.scm (print-manager): Update to 6.2.5.
Change-Id: I0cda8abfe36cd8c46c44303057155134259cf3bc
---
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 4b813e21cd..e208ebe35b 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3014,14 +3014,14 @@ hardware management, and a high degree of
customizability.")
(define-public print-manager
(package
(name "print-manager")
- (version "6.1.4")
+ (version "6.2.5")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/print-manager-" version ".tar.xz"))
(sha256
- (base32 "1pqfs1v3ll8plb6950jn8s0fslkfvpzl89ix20hs2jw08kspnx65"))))
+ (base32 "1k7abx5x0bjw6hs6wryw1g10s33ch1wsdgvi5qzjmq2znzmicq05"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))