guix-commits
[Top][All Lists]
Advanced

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

99/332: gnu: kxmlrpcclient: Update to 5.108.0.


From: guix-commits
Subject: 99/332: gnu: kxmlrpcclient: 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 07a6fcd98a099a651f404054b922e77ed97f764c
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 13 23:37:28 2023 +0800

    gnu: kxmlrpcclient: Update to 5.108.0.
    
    * gnu/packages/kde-frameworks.scm (kxmlrpcclient): 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 8e592eaafc..1674e86420 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3281,7 +3281,7 @@ descriptions for integrating actions from plugins.")
 (define-public kxmlrpcclient
   (package
     (name "kxmlrpcclient")
-    (version "5.98.0")
+    (version "5.108.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3290,7 +3290,7 @@ descriptions for integrating actions from plugins.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "09apfrkgvvzv8zwxyjbi5qb145a9awirk02nx474bshgypfqslpb"))))
+                "0pf5c5ja1mwdlf9pmc2601frwskkzhksz0n8w4qcwmwbaxrbspv0"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kio))



reply via email to

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