diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-03 21:57:13 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-03-16 07:43:56 +0530 |
| commit | 40fafb239d3dc339a38a4aa2ada814a302456f3f (patch) | |
| tree | 09df99bfecdc3377bc0f46202b3bdd0f558ea622 | |
| parent | 2b610cb2e5eb76d118b43b1e2e4f16f09b1f756a (diff) | |
gnu: kconfig: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kconfig): Update to 6.23.0.
Change-Id: Id07c5a1aaf5e2c4eb0e7450de3e3374d1271030a
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 2d8c2068a2f..b1f10e93b43 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -762,7 +762,7 @@ KColorScheme.") (define-public kconfig (package (name "kconfig") - (version "6.22.0") + (version "6.23.0") (source (origin (method url-fetch) (uri (string-append @@ -771,7 +771,7 @@ KColorScheme.") name "-" version ".tar.xz")) (sha256 (base32 - "142p6kz9p5ppi8amqy5yx6spg2dn8psf9fhqlmx36vsqbz1wz9dy")))) + "1vlmralhg094vkfzr0nkzdi147m83ck4hk182xx04vp6p6kdd5kd")))) (build-system qt-build-system) (native-inputs (list dbus extra-cmake-modules inetutils qttools tzdata-for-tests)) |
