guix-commits
[Top][All Lists]
Advanced

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

76/92: gnu: kxmlgui: Update to 5.114.0.


From: guix-commits
Subject: 76/92: gnu: kxmlgui: 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 f45c711dc0c658230141212355ee255aa81b83f3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:30 2024 -0500

    gnu: kxmlgui: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kxmlgui): Update to 5.114.0.
    
    Change-Id: Id8dc85b36024ef33c01bc4bdab6172a543e79173
---
 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 c169419915..16b451f731 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3311,7 +3311,7 @@ the passwords on KDE work spaces.")
 (define-public kxmlgui
   (package
     (name "kxmlgui")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3320,7 +3320,7 @@ the passwords on KDE work spaces.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0v6nzq86wvbalbqq3dp47vymp31ws098c8dq0g43f6g7q3xjfxa1"))))
+                "0gvjf32ssc0r0bdpb1912ldsr5rjls8vrscwy5gm9g5gw504hmmr"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kconfig kconfigwidgets))



reply via email to

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