gnu: okteta: Update to 0.26.23.

* gnu/packages/kde-utils.scm (okteta): Update to 0.26.23.

Change-Id: I273820db3fc66333e2b28a93373de8f16f1557a5
This commit is contained in:
Sughosha 2025-09-18 22:44:32 +05:30 committed by z572
parent 21ea91f8d7
commit cb5d44b7ea
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1159,14 +1159,14 @@ either be created or generated from a image.")
(define-public okteta
(package
(name "okteta")
(version "0.26.18")
(version "0.26.23")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/okteta/" version
"/src/okteta-" version ".tar.xz"))
(sha256
(base32 "0qwapyplbp811c21089ahzmcflgnzhm99px165pin89fsik622f4"))))
(base32 "1cd3n47cyqq5as6nl3kf9p24i8rmbc7x8nxbd03wa9mcisc50k5h"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools-5 qttools-5 shared-mime-info))