guix_mirror_bot pushed a commit to branch kde-team in repository guix. commit a8f8ecef6c62e182ec61b2e1400b2aed38c0d1fc Author: Zheng Junjie <z572@z572.online> AuthorDate: Mon Jul 21 14:39:50 2025 +0800
gnu: ki18n: Update to 6.16.0. * gnu/packages/kde-frameworks.scm (ki18n): Update to 6.16.0. Change-Id: Id5cbaa948748b194e0ea285c90e5ee0e13d3a151 --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 1f3e496155..f8ac251078 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1131,7 +1131,7 @@ other special events for a geographical region.") (define-public ki18n (package (name "ki18n") - (version "6.13.0") + (version "6.16.0") (source (origin (method url-fetch) (uri (string-append @@ -1140,7 +1140,7 @@ other special events for a geographical region.") name "-" version ".tar.xz")) (sha256 (base32 - "053afipdl7x1754d3vxmdapln6qgaj5aka9gmb9sghjx4cr0m300")))) + "1mr18k7lg1s92ngjmjwpa9j7ci0idmq6djqrlb260pin2h5x2an5")))) (build-system cmake-build-system) (propagated-inputs (list gettext-minimal))