1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-25 09:09:30 +02:00

gnu: kcoreaddons: Update to 6.19.0.

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

Change-Id: Ieb68f91b784d099b7cb5641e03f779f4336e2803
This commit is contained in:
Sughosha
2025-10-13 20:46:35 +05:30
committed by Andreas Enge
parent eabf13b68f
commit 669bc52f5d
+2 -2
View File
@@ -876,7 +876,7 @@ kconfiggui-kstandardshortcutwatchertest)"
(define-public kcoreaddons
(package
(name "kcoreaddons")
(version "6.18.0")
(version "6.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -885,7 +885,7 @@ kconfiggui-kstandardshortcutwatchertest)"
name "-" version ".tar.xz"))
(sha256
(base32
"0bzlns71189xccib5slb0gh80ac1693ly41i3z1px625gpy3rl71"))))
"16lkdrcblcldjyhcvmrwxbmrsp67cilv0fpj3avp02v9j1mk6lvy"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules qttools shared-mime-info))
(inputs (list qtdeclarative))