gnu: ki18n: Update to 6.13.0.

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

Change-Id: Ie9572831afafbac47147dd1bafb500ae5bf187d2
This commit is contained in:
宋文武 2025-05-04 14:10:10 +08:00 committed by Andreas Enge
parent b2df9f57ba
commit e30afa89f7
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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