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

commit fd16a74ac8387f40a2be6aac67db5e0b39211bfe
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:49 2024 +0800

    gnu: ki18n: Update to 6.5.0.
    
    * gnu/packages/kde-frameworks.scm (ki18n): Update to 6.5.0.
    
    Change-Id: If44bcda1f1d792e3b21d464259f89d454b94f260
---
 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 32685c42d3..c008b04569 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.4.0")
+    (version "6.5.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
-                "0mg299xqsslsk6xgkvrdfm9l4gjz5irpfv8kgybvy4d3wdcyasf0"))))
+                "1z57rym74w1sqsiwa7vwg0n67bky0vd7q3hhb1fp8lp4i9md6wvq"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list gettext-minimal))

Reply via email to