gnu: kcharselect: Update to 24.12.1.

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

Change-Id: I4247531a8897b7b4b32659bc1981b74a3dec7f44
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:02 +08:00
parent 4375cdb2df
commit 7c6a895b2d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -512,7 +512,7 @@ (define-public kcalc
(define-public kcharselect
(package
(name "kcharselect")
(version "24.05.2")
(version "24.12.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
@ -520,7 +520,7 @@ (define-public kcharselect
".tar.xz"))
(sha256
(base32
"0yzw3jqcxkqi3ricsxcj1g8lhwxqjx0vwa91h4jb7ig1gsp6h3hi"))))
"0xp6p4592rv50prrznp19hawahka9h9jx74n87ky2pyw1nysqn4l"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules))