gnu: kitemmodels: Update to 6.13.0.

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

Change-Id: Ief5c499e20300a2ec1439a3ed725a61b672ecfc7
This commit is contained in:
宋文武 2025-05-04 14:10:10 +08:00 committed by Andreas Enge
parent 5c81e31eb0
commit 090b3ac6ad
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1304,7 +1304,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
(define-public kitemmodels
(package
(name "kitemmodels")
(version "6.10.0")
(version "6.13.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1313,7 +1313,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
name "-" version ".tar.xz"))
(sha256
(base32
"01q07cxiqqrfn1f1qa1z053yifac4qi58clki9v5xgv7xr59m1c3"))))
"1rjqmcgxywmk0404wbf00cbmdysifnz8zb8xks84z34ix694fv21"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))