mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: konsole: Update to 25.04.0.
* gnu/packages/kde-systemtools.scm (konsole): Update to 25.04.0. Change-Id: I82bc6054a8222576bba93efd2265827e6185cca0
This commit is contained in:
parent
0b326ad416
commit
0b503c1d91
1 changed files with 2 additions and 2 deletions
|
@ -189,14 +189,14 @@ document meta data file.")
|
||||||
(define-public konsole
|
(define-public konsole
|
||||||
(package
|
(package
|
||||||
(name "konsole")
|
(name "konsole")
|
||||||
(version "24.12.1")
|
(version "25.04.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(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/konsole-" version ".tar.xz"))
|
"/src/konsole-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g6b69x5x41gb83rp4g983jz2f65cc58vw0jvd0c7pgwnx0cmpj3"))))
|
(base32 "1lbr7bkmm5lz0am9z70z06y7cf6kl7ganszd6181wcqpgfjxn9nk"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools zlib))
|
(list extra-cmake-modules kdoctools zlib))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue