1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 03:21:49 +02:00

gnu: konsole: Update to 25.08.3.

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

Change-Id: I9a92ec3afc445865de9a63479af0a89e38967448
This commit is contained in:
Sughosha
2025-11-09 10:10:29 +05:30
committed by Andreas Enge
parent cc6da5ec7a
commit 140901d4f7
+2 -2
View File
@@ -352,14 +352,14 @@ document meta data file.")
(define-public konsole
(package
(name "konsole")
(version "25.08.2")
(version "25.08.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/konsole-" version ".tar.xz"))
(sha256
(base32 "0xz3bzkd21pxpqv7m1xinncvq469szs092kxph833pg5095b83r2"))))
(base32 "05b6ydmczg1x1qindndyidlvqaq6hickpysnndwhgizk1pqpynh9"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools zlib))