gnu: yakuake: Update to 24.12.1.

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

Change-Id: I176bb1d341e529182fbee331a48d331c77ad0232
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:01 +08:00 committed by Zheng Junjie
parent 82ab5caceb
commit 15ecc22d6c
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -449,14 +449,14 @@ This package is part of the KDE administration module.")
(define-public yakuake
(package
(name "yakuake")
(version "24.05.2")
(version "24.12.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/yakuake-" version ".tar.xz"))
(sha256
(base32
"0bgpnvq1dpijrz3vj7yjw5dkss98l22iirqrvih3wgm0n6ccaix2"))))
"13ndnsibdyymnn8awwbzx1rxsw34223gkvnndbrk3jaqlmp4cgv4"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))