iyzsong pushed a commit to branch qt-team
in repository guix.

commit 9f3762aac89ea67e4a2bfe7c268197c43e1f2c8c
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Sun May 4 14:10:10 2025 +0800

    gnu: kitemmodels: Update to 6.13.0.
    
    * gnu/packages/kde-frameworks.scm (kitemmodels): Update to 6.13.0.
    
    Change-Id: Ief5c499e20300a2ec1439a3ed725a61b672ecfc7
---
 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 b3dc2ab529..bd16d4f0a8 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1288,7 +1288,7 @@ of applications that follow the Kirigami Human Interface 
Guidelines.")
 (define-public kitemmodels
   (package
     (name "kitemmodels")
-    (version "6.5.0")
+    (version "6.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1297,7 +1297,7 @@ of applications that follow the Kirigami Human Interface 
Guidelines.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0xjgk9gir8kgw0cf2922sps0xr62y8j8il6gx4f9l915znrh9v1n"))))
+                "1rjqmcgxywmk0404wbf00cbmdysifnz8zb8xks84z34ix694fv21"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))

Reply via email to