guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit a462f87e56555b46c85a93393f171a3dad0e6ef5
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:36:58 2025 +0530
gnu: ki18n: Update to 6.18.0.
* gnu/packages/kde-frameworks.scm (ki18n): Update to 6.18.0.
Change-Id: I09a5e586bd39d1e5388472c97c1ae2948ae88388
---
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 4403da3185..ff0ec30fcb 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1171,7 +1171,7 @@ other special events for a geographical region.")
(define-public ki18n
(package
(name "ki18n")
- (version "6.16.0")
+ (version "6.18.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1180,7 +1180,7 @@ other special events for a geographical region.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1mr18k7lg1s92ngjmjwpa9j7ci0idmq6djqrlb260pin2h5x2an5"))))
+ "0qgaifia1a1y3d4r21c2nqvss0svrfrni7rzlbd6h0vw8brzpjyh"))))
(build-system cmake-build-system)
(propagated-inputs
(list gettext-minimal))