me
/
guix
Archived
1
0
Fork 0

gnu: ki18n: Update to 6.4.0.

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

Change-Id: I6ce2cfd5e310a11dc3e8f320d5dd5b0a0b6c82e3
master
Zheng Junjie 2024-07-20 00:24:45 +08:00
parent 2b50354a84
commit 5faff7029b
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -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))