iyzsong pushed a commit to branch kde-updates
in repository guix.
commit c08c26dd67def3f7c90c97b87e0151339a550cd0
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 12 13:00:53 2023 +0800
gnu: kitemmodels: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 5.108.0.
Signed-off-by: 宋文武 <[email protected]>
---
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 424e097735..e6f60f9689 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -921,7 +921,7 @@ of applications that follow the Kirigami Human Interface
Guidelines.")
(define-public kitemmodels
(package
(name "kitemmodels")
- (version "5.98.0")
+ (version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -930,7 +930,7 @@ of applications that follow the Kirigami Human Interface
Guidelines.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1z9swjmll833jxy2ym63zzgi9vl8ld79mgypndqszsrd4mfsbs16"))))
+ "05dd1d1dxkbjrr6x73ndsrabzaa02m3cn1h4dmsgpydy1rkzbj9v"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))