mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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
2099be7723
commit
61eaff172e
1 changed files with 2 additions and 2 deletions
|
@ -339,14 +339,14 @@ (define-public isoimagewriter
|
|||
(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…
Reference in a new issue