gnu: ki18n: Update to 6.16.0.

* gnu/packages/kde-frameworks.scm (ki18n): Update to 6.16.0.

Change-Id: Id5cbaa948748b194e0ea285c90e5ee0e13d3a151
This commit is contained in:
Zheng Junjie 2025-07-21 14:39:50 +08:00
parent f327fa3abc
commit dd1ca5c46c
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1160,7 +1160,7 @@ other special events for a geographical region.")
(define-public ki18n
(package
(name "ki18n")
(version "6.13.0")
(version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1169,7 +1169,7 @@ other special events for a geographical region.")
name "-" version ".tar.xz"))
(sha256
(base32
"053afipdl7x1754d3vxmdapln6qgaj5aka9gmb9sghjx4cr0m300"))))
"1mr18k7lg1s92ngjmjwpa9j7ci0idmq6djqrlb260pin2h5x2an5"))))
(build-system cmake-build-system)
(propagated-inputs
(list gettext-minimal))