guix-commits
[Top][All Lists]
Advanced

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

73/92: gnu: ktexteditor: Update to 5.114.0.


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

apteryx pushed a commit to branch master
in repository guix.

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

    gnu: ktexteditor: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (ktexteditor): Update to 5.114.0.
    
    Change-Id: Ib2d04eb6f6ffa2fc4d89e79e49f782270e2d07f9
---
 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 959407f3a6..04ee0567de 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3145,7 +3145,7 @@ types or handled by application specific code.")
 (define-public ktexteditor
   (package
     (name "ktexteditor")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3154,7 +3154,7 @@ types or handled by application specific code.")
                     "ktexteditor-" version ".tar.xz"))
               (sha256
                (base32
-                "0raz9h9y7zfynvacg4grwj0sd4v6w2kwpjkirvjr14zmfjq92mif"))))
+                "06amzk6290imi2gj3v1k3f56zdlad7zbz4wwlf34v4iibj9mfgw8"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kparts



reply via email to

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