From 56e3c16f13b88d0e48595cdb51a9822771d650ab Mon Sep 17 00:00:00 2001 From: Sughosha Date: Wed, 8 Oct 2025 19:36:59 +0530 Subject: [PATCH] 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 f370b350480cc74e7344bcdf631aca355a1b32b4..fcba3bc10a3738db23b36344ec7685de3e3765cc 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))