gnu: kdialog: Update to 24.12.3.

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

Change-Id: I29e493dddcaf714d4878df612bec7588fd975019
This commit is contained in:
Zheng Junjie 2025-03-23 16:44:42 +08:00
parent b45cf3a7ce
commit 4ea012fc6d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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