guix-commits
[Top][All Lists]
Advanced

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

57/76: gnu: kded: Update to 6.8.0.


From: guix-commits
Subject: 57/76: gnu: kded: Update to 6.8.0.
Date: Thu, 28 Nov 2024 06:37:54 -0500 (EST)

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

commit 4f8b4f7cafc9636c1da28be4c9c4e1f33b4a5276
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Nov 27 23:56:19 2024 +0800

    gnu: kded: Update to 6.8.0.
    
    * gnu/packages/kde-frameworks.scm (kded): Update to 6.8.0.
    
    Change-Id: I38fe4f1b473ff33c3bfb02b602130707b357c868
---
 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 d63a13f467..54361212a7 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3548,7 +3548,7 @@ that offer bindings to some of the Frameworks.")
 (define-public kded
   (package
     (name "kded")
-    (version "6.5.0")
+    (version "6.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3557,7 +3557,7 @@ that offer bindings to some of the Frameworks.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1c2lk418lazlynclw3zy79bzs21v962afpl98wzl9766mi0sjb19"))))
+                "08aixk47ks2nxv8vxba9vwhn22kh308ph31fis15balp3bxn74jj"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))



reply via email to

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