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

commit 8ac8ae6de29f4644eb0be1b7ee178255ccc3601b
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:39 2026 +0530

    gnu: kitemmodels: Update to 6.24.0.
    
    * gnu/packages/kde-frameworks.scm (kitemmodels): Update to 6.24.0.
    
    Change-Id: I5d27bee4e2a38e5b4818cc923b14237557bdebb0
---
 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 92bcc5a1ce..b2790bbca3 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1331,7 +1331,7 @@ of applications that follow the Kirigami Human Interface 
Guidelines.")
 (define-public kitemmodels
   (package
     (name "kitemmodels")
-    (version "6.23.0")
+    (version "6.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1340,7 +1340,7 @@ of applications that follow the Kirigami Human Interface 
Guidelines.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1hiy4z3xc4a01pkvq0h3v0ipm6whfb142rv9dqqw4icqyxvdyqpg"))))
+                "09wpjnpmi45v7cjhbcqzr6ms5yqf6j9106k9ji54dwhdvr3vydk6"))))
     (build-system qt-build-system)
     ;; As required by itemmodelsplugin.qmltypes.
     (propagated-inputs

Reply via email to