mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kate: Update to 24.12.1.
* gnu/packages/kde-utils.scm (kate): Update to 24.12.1. Change-Id: I616b4336190cbe02f0d707496278ec24e4b4cd61
This commit is contained in:
parent
5ac7a6864f
commit
facba65453
1 changed files with 2 additions and 2 deletions
|
@ -348,14 +348,14 @@ your computer.")
|
|||
(define-public kate
|
||||
(package
|
||||
(name "kate")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kate-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "085hbl6xzzihnhy8pjwdjdsrww6l1h70m4sf2s1b5c1xsnvhhkvp"))))
|
||||
(base32 "1fps1dxf59b9kq8dw190khi8sh3fcphxh6d2j2d5xr5dlal30j7c"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue