summary refs log tree commit diff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-20 00:24:51 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-01 23:44:42 +0800
commitb1d722a8eb5017bf9f60294325da98ae2583b7f5 (patch)
tree5cd8b86944ff99eff6d943c97f50818bd2471864
parent75e9eaa1cb7b8025779e54fe48e55a1c7ecab19f (diff)
downloadguix-b1d722a8eb5017bf9f60294325da98ae2583b7f5.tar.gz
gnu: kconfigwidgets: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 6.4.0.

Change-Id: I1ff54234dd8c144a26708c6ad97f64aea27f89d5
-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 a3a7a367e3..65b46eceba 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3344,7 +3344,7 @@ KCModules can be created with the KConfigWidgets framework.")
 (define-public kconfigwidgets
   (package
     (name "kconfigwidgets")
-    (version "6.3.0")
+    (version "6.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3353,7 +3353,7 @@ KCModules can be created with the KConfigWidgets framework.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "14104r6j38kjqmvx3d66xm4amdbdxl1450257l6zlf9wp1lndj5s"))))
+                "10rr77abb44v8lhn9zvf65r8akybnjim443ib7dx3ljp2phykxwq"))))
     (build-system qt-build-system)
     (propagated-inputs
      (list kcodecs kconfig kcolorscheme kwidgetsaddons))