gnu: kcolorchooser: Update to 24.12.3.

* gnu/packages/kde.scm (kcolorchooser): Update to 24.12.3.

Change-Id: I28d3388ee04ab45a93634cec527839411af205e6
This commit is contained in:
Zheng Junjie 2025-03-08 14:10:25 +08:00
parent ea64e75dc6
commit 3ae2ab9f17
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -814,7 +814,7 @@ expression library, that is used in Krita.")
(define-public kcolorchooser
(package
(name "kcolorchooser")
(version "24.12.1")
(version "24.12.3")
(source
(origin
(method url-fetch)
@ -822,7 +822,7 @@ expression library, that is used in Krita.")
"/src/kcolorchooser-" version ".tar.xz"))
(sha256
(base32
"17vwzwqq42r3fkrg5871dkpdbph5xj8ria1m0diahbzl0d2z623l"))))
"0af20kdr09r8vdmxaqq5djdni37r7ik3mhfn5864q9jy07017816"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))