guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit d3c351c5e8cf824cad6b078eef24a5a5c6229468
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:36:59 2025 +0530
gnu: kitemmodels: Update to 6.18.0.
* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 6.18.0.
Change-Id: I9cec704a46531e746e3723ba82021bcdb424c8d0
---
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 f370b35048..fcba3bc10a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1355,7 +1355,7 @@ of applications that follow the Kirigami Human Interface
Guidelines.")
(define-public kitemmodels
(package
(name "kitemmodels")
- (version "6.16.0")
+ (version "6.18.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1364,7 +1364,7 @@ of applications that follow the Kirigami Human Interface
Guidelines.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0p6g3mxsx7ba2sbx6x3w9igmr0pp645zfq5ic57vsw4gwylnwxki"))))
+ "1q9xw8n10scwiria5qgd1ryna1rbli8j9b9np3aazl0sayqm6xl8"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))