gnu: kdeclarative: Update to 6.5.0.

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

Change-Id: I5420b070c003823142f88317dbd5101d8c6520ca
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:55 +08:00
parent c4ecda1d80
commit 0312f3d1e5
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -3435,7 +3435,7 @@ (define-public kconfigwidgets-5
(define-public kdeclarative
(package
(name "kdeclarative")
(version "6.4.0")
(version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3444,7 +3444,7 @@ (define-public kdeclarative
name "-" version ".tar.xz"))
(sha256
(base32
"11ba1zs6giwiplwrvn66k1jqh5fy63j6zm3qvsrzchy8lhhvaixv"))))
"10yg72mx4y6zd56nxdzcykxncnyfg1x7b20wbxj56g9fjwn1bi5k"))))
(build-system cmake-build-system)
(propagated-inputs
(list kconfig qtdeclarative))