guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 2e7f6fea42ce4512a90a10e7a73e8c95052c3adc
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:01 2026 +0530

    gnu: ki18n: Update to 6.22.0.
    
    * gnu/packages/kde-frameworks.scm (ki18n): Update to 6.22.0.
    
    Change-Id: I97a8739be06fec903b85a20b407879ad96f598e8
---
 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 24c826afc7..b28381a874 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1149,7 +1149,7 @@ other special events for a geographical region.")
 (define-public ki18n
   (package
     (name "ki18n")
-    (version "6.21.0")
+    (version "6.22.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1158,7 +1158,7 @@ other special events for a geographical region.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "13sdd5wv41yhbg1m0yq5zp2nmiqf3126asc6dqlcg2g9li2k1cnm"))))
+                "12m2qjjjj28qivac253khnkkbm95di7qjc525hafsz68p0i7p6i2"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list gettext-minimal))

Reply via email to