gnu: kdialog: Update to 24.12.1.

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

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

View file

@ -537,14 +537,14 @@ characters.")
(define-public kdialog
(package
(name "kdialog")
(version "24.05.2")
(version "24.12.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kdialog-" version ".tar.xz"))
(sha256
(base32
"06h42dlchikn0xva93yj2y46gmcqb78lm0qim30q25fnz5hbfv5f"))))
"1dx4sfxx1k92056xdf615z9hqhv2p7w6gd5sjazgi51c5ch43m81"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules kdoctools))