gnu: kcharselect: Update to 25.04.0.

* gnu/packages/kde-utils.scm (kcharselect): Update to 25.04.0.

Change-Id: Ie4b07e8a1bb8f25518357dc8a31b456d29ed3a0d
This commit is contained in:
Zheng Junjie 2025-05-08 13:53:11 +08:00
parent dc8bf45079
commit e2987c03cd
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -560,7 +560,7 @@ drive, USB stick, etc
(define-public kcharselect
(package
(name "kcharselect")
(version "24.12.1")
(version "25.04.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
@ -568,7 +568,7 @@ drive, USB stick, etc
".tar.xz"))
(sha256
(base32
"0xp6p4592rv50prrznp19hawahka9h9jx74n87ky2pyw1nysqn4l"))))
"195lr8ik6w03kc6ma9zfz7ksg296rn48d1vryin087i9k783rrad"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules))