gnu: kcoreaddons: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 6.4.0. Change-Id: I49fd9193c46acfa6e138894e649904c8eb504055master
parent
acd53b8681
commit
b918636866
|
@ -802,7 +802,7 @@ kconfiggui-kstandardshortcutwatchertest)")))))))))
|
||||||
(define-public kcoreaddons
|
(define-public kcoreaddons
|
||||||
(package
|
(package
|
||||||
(name "kcoreaddons")
|
(name "kcoreaddons")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -811,7 +811,7 @@ kconfiggui-kstandardshortcutwatchertest)")))))))))
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mn7qmfcics12w979q7gis3yn1w79fhzrxl30pv5y5x1qax97fxq"))))
|
"1f72ik6pylxanhvpcmrwl0mjm466f3g8wv781hyik8dwa09k5kf5"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules qttools shared-mime-info))
|
(native-inputs (list extra-cmake-modules qttools shared-mime-info))
|
||||||
(inputs (list qtdeclarative))
|
(inputs (list qtdeclarative))
|
||||||
|
|
Reference in New Issue