guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 34f931df1d05689dc3a9383a2c86fef4ff8b9b0f Author: 宋文武 <[email protected]> AuthorDate: Sun May 4 14:10:10 2025 +0800 gnu: kitemmodels: Update to 6.13.0. * gnu/packages/kde-frameworks.scm (kitemmodels): Update to 6.13.0. Change-Id: Ief5c499e20300a2ec1439a3ed725a61b672ecfc7 --- 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 51165cc25e..38ff9473d8 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1304,7 +1304,7 @@ of applications that follow the Kirigami Human Interface Guidelines.") (define-public kitemmodels (package (name "kitemmodels") - (version "6.10.0") + (version "6.13.0") (source (origin (method url-fetch) (uri (string-append @@ -1313,7 +1313,7 @@ of applications that follow the Kirigami Human Interface Guidelines.") name "-" version ".tar.xz")) (sha256 (base32 - "01q07cxiqqrfn1f1qa1z053yifac4qi58clki9v5xgv7xr59m1c3")))) + "1rjqmcgxywmk0404wbf00cbmdysifnz8zb8xks84z34ix694fv21")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules))
