gnu: konsole: Update to 25.08.1.

* gnu/packages/kde-systemtools.scm (konsole): Update to 25.08.1.

Change-Id: I506c8df339a65aabf00aaaff91b22846564be7ce
This commit is contained in:
Sughosha 2025-09-18 16:48:35 +05:30 committed by Zheng Junjie
parent a878d3ceab
commit 03f59b6f29
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -191,14 +191,14 @@ document meta data file.")
(define-public konsole
(package
(name "konsole")
(version "25.04.0")
(version "25.08.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/konsole-" version ".tar.xz"))
(sha256
(base32 "1lbr7bkmm5lz0am9z70z06y7cf6kl7ganszd6181wcqpgfjxn9nk"))))
(base32 "1q1w0m0rgl3q096mmaz69d2248fidzd9fkvf3b7gqgg1mgkiz4b0"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools zlib))