1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 10:31:49 +02:00

gnu: kcoreaddons: Update to 6.23.0.

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

Change-Id: I3b1eff0deb98062f29f1dab43baa086c2554b690
This commit is contained in:
Sughosha
2026-03-03 21:57:14 +05:30
parent 40fafb239d
commit 4a1f144efe
+2 -2
View File
@@ -864,7 +864,7 @@ kconfiggui-kstandardshortcutwatchertest)"
(define-public kcoreaddons
(package
(name "kcoreaddons")
(version "6.22.0")
(version "6.23.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -873,7 +873,7 @@ kconfiggui-kstandardshortcutwatchertest)"
name "-" version ".tar.xz"))
(sha256
(base32
"0jg6jndj5sxi0s8i2qrbc21phx5qwb92jvrd6m7hr2fafv6jfgc4"))))
"0g9jkk2dkqxck0m30bn1f6h04cdzj2ykpjxgsqsifmr4ywnsj11d"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules qttools shared-mime-info))
(inputs (list qtdeclarative))