z572 pushed a commit to branch kde-team
in repository guix.
commit 747e15e6c9efc15229bdbd8fe70c14c83e24978e
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:50 2024 +0800
gnu: kitemmodels: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 6.5.0.
Change-Id: I7dc5603591a52bc3ffb386a5d7abf436bb62774f
---
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 b00774a68c..358d0bf893 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1286,7 +1286,7 @@ of applications that follow the Kirigami Human Interface
Guidelines.")
(define-public kitemmodels
(package
(name "kitemmodels")
- (version "6.4.0")
+ (version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1295,7 +1295,7 @@ of applications that follow the Kirigami Human Interface
Guidelines.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0q9dk2wipqv8li8wy5d90ild5cmzk3hznra99ii9n9v4aln3224n"))))
+ "0xjgk9gir8kgw0cf2922sps0xr62y8j8il6gx4f9l915znrh9v1n"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))