me
/
guix
Archived
1
0
Fork 0

gnu: kcoreaddons: Update to 6.4.0.

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

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

View File

@ -802,7 +802,7 @@ kconfiggui-kstandardshortcutwatchertest)")))))))))
(define-public kcoreaddons
(package
(name "kcoreaddons")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -811,7 +811,7 @@ kconfiggui-kstandardshortcutwatchertest)")))))))))
name "-" version ".tar.xz"))
(sha256
(base32
"0mn7qmfcics12w979q7gis3yn1w79fhzrxl30pv5y5x1qax97fxq"))))
"1f72ik6pylxanhvpcmrwl0mjm466f3g8wv781hyik8dwa09k5kf5"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules qttools shared-mime-info))
(inputs (list qtdeclarative))