guix-commits
[Top][All Lists]
Advanced

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

76/332: gnu: kded: Update to 5.108.0.


From: guix-commits
Subject: 76/332: gnu: kded: Update to 5.108.0.
Date: Wed, 2 Aug 2023 10:36:46 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit b3451e612a656aac6a2b44aa19f37b30030fef6e
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 13 14:52:13 2023 +0800

    gnu: kded: Update to 5.108.0.
    
    * gnu/packages/kde-frameworks.scm (kded): 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 7cb02dbe4a..0a76ca03cf 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2366,7 +2366,7 @@ that offer bindings to some of the Frameworks.")
 (define-public kded
   (package
     (name "kded")
-    (version "5.98.0")
+    (version "5.108.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2375,7 +2375,7 @@ that offer bindings to some of the Frameworks.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1k8yxdnihfvvdjmw7lmd62vi5k1hpvjdcwd7njqxz6178iq7dd75"))))
+                "08aa3vjzr0mj4jahzqd2z7k8whavyyvcyhk67swqlpil9rmxm0s1"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))



reply via email to

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