guix-commits
[Top][All Lists]
Advanced

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

83/321: gnu: kxmlgui: Update to 6.10.0.


From: guix-commits
Subject: 83/321: gnu: kxmlgui: Update to 6.10.0.
Date: Sat, 11 Jan 2025 08:13:47 -0500 (EST)

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

commit 408780e9dd9b2104d3b67baab642db0ac73eafa6
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jan 10 11:51:33 2025 +0800

    gnu: kxmlgui: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (kxmlgui): Update to 6.10.0.
    
    Change-Id: I0edd22566f9b20983f97eb47661e60112a9812e5
---
 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 904fa1d6bc..a33092c6ed 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4946,7 +4946,7 @@ the passwords on KDE work spaces.")
 (define-public kxmlgui
   (package
     (name "kxmlgui")
-    (version "6.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4955,7 +4955,7 @@ the passwords on KDE work spaces.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "00yrbj66i7fydncbc8z2mnap2yfc5nz2xn6606zy1cz79barsm3m"))))
+                "14hjisg9rjiq49hi74qv2awmc0dpz9i0yrsb42p6r8cdcdasf7sn"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kconfig kconfigwidgets))



reply via email to

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