guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a6c42c94e9322295ff088e93712ff8bfbe834c52
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:32 2025 +0530

    gnu: kitemmodels: Update to 6.21.0.
    
    * gnu/packages/kde-frameworks.scm (kitemmodels): Update to 6.21.0.
    
    Change-Id: Ia19570113f301846ff47f9700e073b3976d1a6fa
---
 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 c9517858e3..04af5250b3 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1319,7 +1319,7 @@ of applications that follow the Kirigami Human Interface 
Guidelines.")
 (define-public kitemmodels
   (package
     (name "kitemmodels")
-    (version "6.19.0")
+    (version "6.21.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1328,7 +1328,7 @@ of applications that follow the Kirigami Human Interface 
Guidelines.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "13mrpn8r5p76jyj4czdwsvs2nzv305wm5ldz66n6c0hd209lmrwn"))))
+                "1vmxa391m5hxim10zw3jwmmm6b7pmvhq045i75g30jnglin0nfar"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))

Reply via email to