~ruther/guix-local

b493ae86a6387902658061058b2d68b4c04f6f9c — Zheng Junjie 1 year, 9 months ago 4754646
gnu: ki18n: Update to 6.5.0.

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

Change-Id: If44bcda1f1d792e3b21d464259f89d454b94f260
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +2 -2
@@ 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))