guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 922f71e7f3e063fc67b79ac9750da502bb3556e6
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:37 2025 +0530
gnu: ki18n: Update to 6.19.0.
* gnu/packages/kde-frameworks.scm (ki18n): Update to 6.19.0.
Change-Id: I217097671b000ca1cd2ab926c16f50535bbf6876
---
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 b612a8160e..2fe55837bc 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1170,7 +1170,7 @@ other special events for a geographical region.")
(define-public ki18n
(package
(name "ki18n")
- (version "6.18.0")
+ (version "6.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1179,7 +1179,7 @@ other special events for a geographical region.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0qgaifia1a1y3d4r21c2nqvss0svrfrni7rzlbd6h0vw8brzpjyh"))))
+ "19l449qpdkmwqjgzp0hyv0zv7c1xn9qhqx8w16l3d5yi9iiz53v0"))))
(build-system cmake-build-system)
(propagated-inputs
(list gettext-minimal))