gnu: kdialog: Update to 25.04.0.

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

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

View file

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