guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 3e4032ffdc7560e691597275dae2e9d3f671bf03
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:22 2025 +0800
gnu: ki18n: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (ki18n): Update to 6.10.0.
Change-Id: I920bc6a8941aac9809979d24090022ecbb52123f
---
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 78d614cc32..24902c5a22 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1120,7 +1120,7 @@ other special events for a geographical region.")
(define-public ki18n
(package
(name "ki18n")
- (version "6.5.0")
+ (version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1129,7 +1129,7 @@ other special events for a geographical region.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1z57rym74w1sqsiwa7vwg0n67bky0vd7q3hhb1fp8lp4i9md6wvq"))))
+ "06m1p3lm735cag2j807znbz6vffjxb13assmdjs0ld6fz29z0n9g"))))
(build-system cmake-build-system)
(propagated-inputs
(list gettext-minimal))