guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 30a7cab14bd77973dcb60913ee8315bc92d2aaa7
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:23 2025 +0800
gnu: kitemmodels: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 6.10.0.
Change-Id: I1f3eefdd6b3fc58084131f8c43af57105ec59341
---
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 9f1f7d628e..6484fe9032 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1293,7 +1293,7 @@ of applications that follow the Kirigami Human Interface
Guidelines.")
(define-public kitemmodels
(package
(name "kitemmodels")
- (version "6.5.0")
+ (version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1302,7 +1302,7 @@ of applications that follow the Kirigami Human Interface
Guidelines.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0xjgk9gir8kgw0cf2922sps0xr62y8j8il6gx4f9l915znrh9v1n"))))
+ "01q07cxiqqrfn1f1qa1z053yifac4qi58clki9v5xgv7xr59m1c3"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))