guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 6e0f5d78aaf54da7082dbe4a2d634fd3557b6035
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:57:59 2026 +0530

    gnu: kconfig: Update to 6.22.0.
    
    * gnu/packages/kde-frameworks.scm (kconfig): Update to 6.22.0.
    
    Change-Id: I3d13b96872be12c5111603ada2c5d62eab070468
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 9095e209d8..b5b38a2752 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -753,7 +753,7 @@ KColorScheme.")
 (define-public kconfig
   (package
     (name "kconfig")
-    (version "6.21.0")
+    (version "6.22.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -762,7 +762,7 @@ KColorScheme.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "082fyg4dz35waia1xffmppwgnf9r4767k026k6wfkkr64awx1h8c"))))
+                "142p6kz9p5ppi8amqy5yx6spg2dn8psf9fhqlmx36vsqbz1wz9dy"))))
     (build-system qt-build-system)
     (native-inputs
      (list dbus extra-cmake-modules inetutils qttools tzdata-for-tests))

Reply via email to