guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/92: gnu: ksyntaxhighlighting: Update to 5.114.0.


From: guix-commits
Subject: 24/92: gnu: ksyntaxhighlighting: Update to 5.114.0.
Date: Thu, 18 Jan 2024 21:00:08 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit c870fa0e0bcb76e20a42c0315a806b576a11fcbb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:13 2024 -0500

    gnu: ksyntaxhighlighting: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): Update to 5.114.0.
    
    Change-Id: I90d63f651f7dc16336b37431d699aed9b02e1ff5
---
 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 e1d842202a..b6f6a4d40d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1054,7 +1054,7 @@ pixel units.")
 (define-public ksyntaxhighlighting
   (package
     (name "ksyntaxhighlighting")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1063,7 +1063,7 @@ pixel units.")
                     "syntax-highlighting-" version ".tar.xz"))
               (sha256
                (base32
-                "1lri80bv4i50xsd2wgyv383sqkxpav3smgk9ql5dil2n8pl219ky"))))
+                "1skblg2m0sar63qrgkjsg0w9scixggm5qj7lp4gzjn4hwq6m3n63"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules perl qttools-5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]