guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 11adce9556eaa005e8d485ed770fe985a89cd173
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:17 2026 +0530

    gnu: ksyntaxhighlighting: Update to 6.23.0.
    
    * gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): Update to 6.23.0.
    
    Change-Id: Ife2930e0865d87bac26bde47874688e03c9b5ae8
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 745c80293a..a664e25a84 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1480,7 +1480,7 @@ re-coloring and on-disk caching.")
 (define-public ksyntaxhighlighting
   (package
     (name "ksyntaxhighlighting")
-    (version "6.22.0")
+    (version "6.23.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1489,7 +1489,7 @@ re-coloring and on-disk caching.")
                     "syntax-highlighting-" version ".tar.xz"))
               (sha256
                (base32
-                "12kj398v5bdvj9gqvi237gff3gydkc96klaglf7rip8kjjlkxdsh"))))
+                "13n3ch1k3jrj7wyi021xpjqgy53swkzkjng597hhp95ymcmsqpn9"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules perl qttools))

Reply via email to