guix-commits
[Top][All Lists]
Advanced

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

80/321: gnu: ktextwidgets: Update to 6.10.0.


From: guix-commits
Subject: 80/321: gnu: ktextwidgets: Update to 6.10.0.
Date: Fri, 10 Jan 2025 23:03:07 -0500 (EST)

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

commit 8d1ea59433f144a4678e2840cacbbcf781cc6fea
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jan 10 11:51:32 2025 +0800

    gnu: ktextwidgets: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (ktextwidgets): Update to 6.10.0.
    
    Change-Id: I7fee2d3a8dd1a13e209dc6bd85c5e4804c85e7e8
---
 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 29a14fa088..5bce58b10e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4763,7 +4763,7 @@ library.")
 (define-public ktextwidgets
   (package
     (name "ktextwidgets")
-    (version "6.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4772,7 +4772,7 @@ library.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04h2fxamxxb09yvdb2i5lhs8643q2farq004yw0rs7l36k3g37d9"))))
+                "0wxhi8sqxl3f7s6viwil5aw1xcdrryfkblx9qb93z3m61pkppdjd"))))
     (build-system qt-build-system)
     (propagated-inputs
      (list ki18n sonnet))



reply via email to

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