gnu: kitemmodels: Update to 5.108.0.

* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 5.108.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-12 13:00:53 +08:00 committed by 宋文武
parent ebb1967f62
commit c08c26dd67
No known key found for this signature in database
GPG Key ID: D415BF253B515976

View File

@ -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))