1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: yakuake: Update to 25.08.3.

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

Change-Id: I5183c2fa5dd19af60a957f33277d4ce56085c12a
This commit is contained in:
Sughosha
2025-11-09 10:10:32 +05:30
committed by Andreas Enge
parent 9f498cef0c
commit 5e6024c7f1

View File

@@ -636,14 +636,14 @@ as well as QR codes.")
(define-public yakuake
(package
(name "yakuake")
(version "25.08.2")
(version "25.08.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/yakuake-" version ".tar.xz"))
(sha256
(base32
"07251izhip7q1kwd87839009v3s7b2q1xgxsxgfgcs50v6kgxgkh"))))
"1v0y8n1iscpnk20xy5s7f1gp9vw5rzsxr9qqhq6g167xxkzz1lyq"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))