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

commit 3903f4d187bdef16e6e5827de0af678030607ce3
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:00 2025 +0530

    gnu: ksyntaxhighlighting: Update to 6.18.0.
    
    * gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): Update to 6.18.0.
    
    Change-Id: I7ba4922f306c4f27b0f7e9eb88b852798b5d142a
---
 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 da213fee9b..4faac65ea8 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1531,7 +1531,7 @@ re-coloring and on-disk caching.")
 (define-public ksyntaxhighlighting
   (package
     (name "ksyntaxhighlighting")
-    (version "6.16.0")
+    (version "6.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1540,7 +1540,7 @@ re-coloring and on-disk caching.")
                     "syntax-highlighting-" version ".tar.xz"))
               (sha256
                (base32
-                "0njgybi2gzysy632h7ny3c9bcyvfrdrmcarmfax5vypknhckg8bl"))))
+                "1zav6g6r74k8a9k6q8km36shwqf9z9a59ya2zv8wi0m945r0bs4b"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules perl qttools))

Reply via email to