guix-commits
[Top][All Lists]
Advanced

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

102/332: gnu: ktexteditor: Update to 5.108.0.


From: guix-commits
Subject: 102/332: gnu: ktexteditor: Update to 5.108.0.
Date: Thu, 3 Aug 2023 05:43:43 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 4d33c6aaff105ebe3f20234f434551035de23fe0
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Fri Jul 14 00:05:16 2023 +0800

    gnu: ktexteditor: Update to 5.108.0.
    
    * gnu/packages/kde-frameworks.scm (ktexteditor): Update to 5.108.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 d4a49b7062..f468b1c37a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3064,7 +3064,7 @@ types or handled by application specific code.")
 (define-public ktexteditor
   (package
     (name "ktexteditor")
-    (version "5.98.0")
+    (version "5.108.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3073,7 +3073,7 @@ types or handled by application specific code.")
                     "ktexteditor-" version ".tar.xz"))
               (sha256
                (base32
-                "1pazi9rz4v95g31s7d26yla8rcb0cgd08mlmdcasywsaxc8nn7vw"))))
+                "0raz9h9y7zfynvacg4grwj0sd4v6w2kwpjkirvjr14zmfjq92mif"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kparts



reply via email to

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