mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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
|
||||
(package
|
||||
(name "ki18n")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1122,7 +1122,7 @@ (define-public ki18n
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mg299xqsslsk6xgkvrdfm9l4gjz5irpfv8kgybvy4d3wdcyasf0"))))
|
||||
"1z57rym74w1sqsiwa7vwg0n67bky0vd7q3hhb1fp8lp4i9md6wvq"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list gettext-minimal))
|
||||
|
|
Loading…
Reference in a new issue