gnu: kxmlgui: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (kxmlgui): Update to 6.10.0.

Change-Id: I0edd22566f9b20983f97eb47661e60112a9812e5
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:33 +08:00 committed by Zheng Junjie
parent e2a2d87102
commit e1087b1114
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -4893,7 +4893,7 @@ the passwords on KDE work spaces.")
(define-public kxmlgui
(package
(name "kxmlgui")
(version "6.5.0")
(version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -4902,7 +4902,7 @@ the passwords on KDE work spaces.")
name "-" version ".tar.xz"))
(sha256
(base32
"00yrbj66i7fydncbc8z2mnap2yfc5nz2xn6606zy1cz79barsm3m"))))
"14hjisg9rjiq49hi74qv2awmc0dpz9i0yrsb42p6r8cdcdasf7sn"))))
(build-system cmake-build-system)
(propagated-inputs
(list kconfig kconfigwidgets))