mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: konsole: Update to 24.12.1.
* gnu/packages/kde-systemtools.scm (konsole): Update to 24.12.1. Change-Id: Ibe352e2fb77388463ac7bc051ba17fc1cacd5893
This commit is contained in:
parent
f672c0953e
commit
d5c1d4f24a
1 changed files with 2 additions and 2 deletions
|
@ -195,14 +195,14 @@ document meta data file.")
|
||||||
(define-public konsole
|
(define-public konsole
|
||||||
(package
|
(package
|
||||||
(name "konsole")
|
(name "konsole")
|
||||||
(version "24.05.2")
|
(version "24.12.1")
|
||||||
(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 "1549a5cpg6g6djbln38nlngl1xcfn7p9bjsscbwl27jkz8dyy18x"))))
|
(base32 "0g6b69x5x41gb83rp4g983jz2f65cc58vw0jvd0c7pgwnx0cmpj3"))))
|
||||||
(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