guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 22da19d021db61421aa64a05fe3d690deca2e37e
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:02 2026 +0530
gnu: kitemmodels: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 6.22.0.
Change-Id: I6cc18979535b4a92da2a2d430342103312651d94
---
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 6e7c7a0cfa..13559c605a 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.21.0")
+ (version "6.22.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
- "1vmxa391m5hxim10zw3jwmmm6b7pmvhq045i75g30jnglin0nfar"))))
+ "1m6cd365ihh1d3ailq31m13qa56xfncb2z28w8ymybylw2zq3vdy"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))