gnu: yakuake: Update to 23.04.3.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-15 13:24:22 +08:00 committed by 宋文武
parent c913f4a51a
commit fba6e99c84
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -340,14 +340,14 @@ (define-public ksystemlog
(define-public yakuake
(package
(name "yakuake")
(version "22.04.3")
(version "23.04.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/yakuake-" version ".tar.xz"))
(sha256
(base32
"0h5c8j65m6gylvwrj4sag4rlx92brbfllyrwpi7kwfjbwf7a5j1k"))))
"17ylm5z5lzjq5g4d48s0clpl3hg4rym9sc1p5hr0wfs9jx7197jy"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))