gnu: kdialog: Update to 25.08.1.

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

Change-Id: I14d1ec9f2fff67b20bd958c2078ff3d4e564f1b0
This commit is contained in:
Sughosha 2025-09-18 22:41:20 +05:30 committed by z572
parent 5264e9639f
commit 68a19a98ae
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -598,14 +598,14 @@ characters.")
(define-public kdialog
(package
(name "kdialog")
(version "25.04.0")
(version "25.08.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kdialog-" version ".tar.xz"))
(sha256
(base32
"0ffnw3hc2xngxryiyanaid7nh51fymahg4jbqf3w684wrn1v6gan"))))
"0jdigijaxrk1yyym9hb6rc1d84dj1jcx9ml4s19x80i7naj9jpv6"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase
#:tests? #f))