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:
parent
c913f4a51a
commit
fba6e99c84
1 changed files with 2 additions and 2 deletions
|
@ -340,14 +340,14 @@ This package is part of the KDE administration module.")
|
||||||
(define-public yakuake
|
(define-public yakuake
|
||||||
(package
|
(package
|
||||||
(name "yakuake")
|
(name "yakuake")
|
||||||
(version "22.04.3")
|
(version "23.04.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/yakuake-" version ".tar.xz"))
|
"/src/yakuake-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h5c8j65m6gylvwrj4sag4rlx92brbfllyrwpi7kwfjbwf7a5j1k"))))
|
"17ylm5z5lzjq5g4d48s0clpl3hg4rym9sc1p5hr0wfs9jx7197jy"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
|
Reference in a new issue