guix-commits
[Top][All Lists]
Advanced

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

59/92: gnu: kded: Update to 5.114.0.


From: guix-commits
Subject: 59/92: gnu: kded: Update to 5.114.0.
Date: Thu, 18 Jan 2024 21:00:21 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 3489fcc8ab3c01accb6a04d2060dc7c45e5ba2eb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:25 2024 -0500

    gnu: kded: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kded): Update to 5.114.0.
    
    Change-Id: I6c43a6bc02b7dd7ebdb4e5693a1f4be0b654c196
---
 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 89c9b883de..c43165a5fa 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2455,7 +2455,7 @@ that offer bindings to some of the Frameworks.")
 (define-public kded
   (package
     (name "kded")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2464,7 +2464,7 @@ that offer bindings to some of the Frameworks.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "08aa3vjzr0mj4jahzqd2z7k8whavyyvcyhk67swqlpil9rmxm0s1"))))
+                "00n4isc4ahii0ldrg761lkmnq27kmrfqs9zkmpvmgbg57259mvc3"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))



reply via email to

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