summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2026-02-09 01:58:09 +0530
committerAndreas Enge <andreas@enge.fr>2026-02-24 12:04:44 +0100
commitf5efc536c78c19bd9a8a9d9332e20990d12241d3 (patch)
tree6a205a037c604df025cb4db2ce5346e7ab666214 /gnu/packages
parent865a9cde99aaf34e06d7409f01d26d1e6d521f5b (diff)
gnu: kconfigwidgets: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 6.22.0. Change-Id: I2b2b302b3443f3f17b92fa810edad7276691d17b
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e386f250e57..26c62a2c338 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3191,7 +3191,7 @@ KCModules can be created with the KConfigWidgets framework.")
(define-public kconfigwidgets
(package
(name "kconfigwidgets")
- (version "6.21.0")
+ (version "6.22.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3200,7 +3200,7 @@ KCModules can be created with the KConfigWidgets framework.")
name "-" version ".tar.xz"))
(sha256
(base32
- "08xn4l1h4hq8b0qnj1p3sh806rqjjx6gkgrjsids1s67c5cb8dln"))))
+ "040cq4kzqpz5nzfla371ysc26b2c090glxyxvr1r7ca1znb19jnc"))))
(build-system qt-build-system)
(propagated-inputs
(list kcodecs kconfig kcolorscheme kwidgetsaddons))