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

commit 75109bca6f921b6426b8230d784ea02d3fd2ffea
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Fri Jul 5 23:59:36 2024 +0800

    gnu: kitemmodels: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (kitemmodels): Update to 6.3.0.
    [arguments]: Set #:qtbase to qtbase.
    [inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative.
    
    Change-Id: I9d97e80f4121b8ed628ae6d8eb5b66baf87203f0
---
 gnu/packages/kde-frameworks.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 1128327687..4a96d71c0d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -961,7 +961,7 @@ of applications that follow the Kirigami Human Interface 
Guidelines.")
 (define-public kitemmodels
   (package
     (name "kitemmodels")
-    (version "5.114.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -970,12 +970,12 @@ of applications that follow the Kirigami Human Interface 
Guidelines.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1bfmcrbcbrvp2rcaf32vzvarqwp41gn6s4xpf56hnxbwf9kgk1fl"))))
+                "1fmcas5n3ylgzjlmwhcnqpsm46p50zia4xzvnf5iz74icbxq9adk"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))
-    (inputs
-     (list qtbase-5 qtdeclarative-5))
+    (inputs (list qtdeclarative))
+    (arguments (list #:qtbase qtbase))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "Set of item models extending the Qt model-view framework")
     (description "KItemModels provides the following models:

Reply via email to