mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: ki18n: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (ki18n): Update to 6.5.0. Change-Id: If44bcda1f1d792e3b21d464259f89d454b94f260
This commit is contained in:
parent
4754646fcd
commit
b493ae86a6
1 changed files with 2 additions and 2 deletions
|
@ -1113,7 +1113,7 @@ (define-public kholidays
|
||||||
(define-public ki18n
|
(define-public ki18n
|
||||||
(package
|
(package
|
||||||
(name "ki18n")
|
(name "ki18n")
|
||||||
(version "6.4.0")
|
(version "6.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1122,7 +1122,7 @@ (define-public ki18n
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mg299xqsslsk6xgkvrdfm9l4gjz5irpfv8kgybvy4d3wdcyasf0"))))
|
"1z57rym74w1sqsiwa7vwg0n67bky0vd7q3hhb1fp8lp4i9md6wvq"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list gettext-minimal))
|
(list gettext-minimal))
|
||||||
|
|
Loading…
Reference in a new issue