guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 8d87a4feee4d356fd12f30442ede0eaee108844c
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:38 2025 +0530
gnu: kitemmodels: Update to 6.19.0.
* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 6.19.0.
Change-Id: Id4109946579bcebff73294f2ed44ffbc4b51c5d3
---
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 50e81f506c..6142c85222 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1354,7 +1354,7 @@ of applications that follow the Kirigami Human Interface
Guidelines.")
(define-public kitemmodels
(package
(name "kitemmodels")
- (version "6.18.0")
+ (version "6.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1363,7 +1363,7 @@ of applications that follow the Kirigami Human Interface
Guidelines.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1q9xw8n10scwiria5qgd1ryna1rbli8j9b9np3aazl0sayqm6xl8"))))
+ "13mrpn8r5p76jyj4czdwsvs2nzv305wm5ldz66n6c0hd209lmrwn"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))