gnu: kitemviews: Update to 6.5.0.

* gnu/packages/kde-frameworks.scm (kitemviews): Update to 6.5.0.

Change-Id: Ifddfd9c1550aa424135442a2a40a6c25dafd8473
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:50 +08:00
parent 6eed34246c
commit 90b216c78c
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -1356,7 +1356,7 @@ model to observers
(define-public kitemviews
(package
(name "kitemviews")
(version "6.4.0")
(version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1365,7 +1365,7 @@ model to observers
name "-" version ".tar.xz"))
(sha256
(base32
"0h34sl46dpp2rind80fqizviz5bm5qajs4pdcjrpjyajvjybk022"))))
"175nrc2yirv6hpnj7d03qm795k9bp9yw96rwpjdmm6cp0n4b7wq7"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))