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

commit 1b63d55ae69ed778c931b33e1a630f2b3594914e
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 20 00:24:45 2024 +0800

    gnu: ki18n: Update to 6.4.0.
    
    * gnu/packages/kde-frameworks.scm (ki18n): Update to 6.4.0.
    
    Change-Id: I6ce2cfd5e310a11dc3e8f320d5dd5b0a0b6c82e3
---
 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 8057c388df..c5a095d3aa 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1113,7 +1113,7 @@ other special events for a geographical region.")
 (define-public ki18n
   (package
     (name "ki18n")
-    (version "6.3.0")
+    (version "6.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1122,7 +1122,7 @@ other special events for a geographical region.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "10kjjl6af3kbp0zs4pny6wrl5a7ld05fp5hkj31zww10p8g395ad"))))
+                "0mg299xqsslsk6xgkvrdfm9l4gjz5irpfv8kgybvy4d3wdcyasf0"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list gettext-minimal))

Reply via email to