guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 338b6bb67c7f2f6f1d25794e38faf1c10f568af5
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:16 2026 +0530
gnu: kitemmodels: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 6.23.0.
Change-Id: I3fa1e702af57e024c3501eb675b712c13f5bce33
---
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 1e682d0ffc..bd8d77cc36 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.22.0")
+ (version "6.23.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
- "1m6cd365ihh1d3ailq31m13qa56xfncb2z28w8ymybylw2zq3vdy"))))
+ "1hiy4z3xc4a01pkvq0h3v0ipm6whfb142rv9dqqw4icqyxvdyqpg"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))