gnu: kitemmodels: Update to 5.114.0.

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

Change-Id: I1b0c318079874496acfa943a6616514fbe653e38
This commit is contained in:
Maxim Cournoyer 2024-01-18 11:33:12 -05:00
parent f0829c06ac
commit 865ea18fc7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -952,7 +952,7 @@ (define-public kirigami
(define-public kitemmodels
(package
(name "kitemmodels")
(version "5.108.0")
(version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -961,7 +961,7 @@ (define-public kitemmodels
name "-" version ".tar.xz"))
(sha256
(base32
"05dd1d1dxkbjrr6x73ndsrabzaa02m3cn1h4dmsgpydy1rkzbj9v"))))
"1bfmcrbcbrvp2rcaf32vzvarqwp41gn6s4xpf56hnxbwf9kgk1fl"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))