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.12.3.

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

Change-Id: I1670199621009d3d3581a32e34fa751c853634cc
This commit is contained in:
Sughosha
2026-03-09 07:42:39 +05:30
parent 3a9c7bcc2f
commit 64540c304f

View File

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