guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

239/347: gnu: kconfigwidgets-6: Update to 6.3.0.


From: guix-commits
Subject: 239/347: gnu: kconfigwidgets-6: Update to 6.3.0.
Date: Fri, 28 Jun 2024 09:59:05 -0400 (EDT)

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

commit 6a35ef9778179be438af17169d0e43a5008b2eb8
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:42:14 2024 +0800

    gnu: kconfigwidgets-6: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (kconfigwidgets-6): Update to 6.3.0.
    [inputs]: Add libxkbcommon.
    
    Change-Id: Ia8efb3f605669521ada30a0e3d71efeae7999009
---
 gnu/packages/kde-frameworks.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index a6d4c6f71d..f55c91c45b 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3666,7 +3666,7 @@ KCModules can be created with the KConfigWidgets 
framework.")
 (define-public kconfigwidgets-6
   (package
     (name "kconfigwidgets")
-    (version "6.1.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3675,7 +3675,7 @@ KCModules can be created with the KConfigWidgets 
framework.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0wfiz6frwmvbjfz30ci2iilzxr1rww7i74mbjigg1xkgg4p2n98b"))))
+                "14104r6j38kjqmvx3d66xm4amdbdxl1450257l6zlf9wp1lndj5s"))))
     (build-system qt-build-system)
     (propagated-inputs
      (list kcodecs-6 kconfig-6 kcolorscheme kwidgetsaddons-6))
@@ -3686,7 +3686,8 @@ KCModules can be created with the KConfigWidgets 
framework.")
            kguiaddons-6
            ki18n-6
            ;; todo: PythonModuleGeneration
-           qtdeclarative))
+           qtdeclarative
+           libxkbcommon))
     (arguments
      (list
       #:qtbase qtbase



reply via email to

[Prev in Thread] Current Thread [Next in Thread]