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