me
/
guix
Archived
1
0
Fork 0

gnu: kitemmodels: Update to 5.114.0.

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

Change-Id: I1b0c318079874496acfa943a6616514fbe653e38
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -952,7 +952,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
(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 @@ of applications that follow the Kirigami Human Interface Guidelines.")
name "-" version ".tar.xz"))
(sha256
(base32
"05dd1d1dxkbjrr6x73ndsrabzaa02m3cn1h4dmsgpydy1rkzbj9v"))))
"1bfmcrbcbrvp2rcaf32vzvarqwp41gn6s4xpf56hnxbwf9kgk1fl"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))