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

commit 64c5d9626d9a44575de794064a9a01b71d14c86d
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:15 2026 +0530

    gnu: ki18n: Update to 6.23.0.
    
    * gnu/packages/kde-frameworks.scm (ki18n): Update to 6.23.0.
    
    Change-Id: I65b0adaf0efb7c36f2da1382d88678c4e3171329
---
 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 bbfd91afcb..8a017729b5 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.22.0")
+    (version "6.23.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
-                "12m2qjjjj28qivac253khnkkbm95di7qjc525hafsz68p0i7p6i2"))))
+                "0bqqwdbqc8ck85pisgvp29lshfyvvd9kmjyx59rlrn2qj9far4n4"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list gettext-minimal))

Reply via email to