1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

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 committed by Zheng Junjie
parent b67e231b31
commit 87ece16f0e
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -559,7 +559,7 @@ drive, USB stick, etc
(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/"
@ -567,7 +567,7 @@ drive, USB stick, etc
".tar.xz"))
(sha256
(base32
"0yzw3jqcxkqi3ricsxcj1g8lhwxqjx0vwa91h4jb7ig1gsp6h3hi"))))
"0xp6p4592rv50prrznp19hawahka9h9jx74n87ky2pyw1nysqn4l"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules))