guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ae5e7897bc3dee6272c6c4c682cda3f9105e8f10
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:30 2025 +0530

    gnu: kdeconnect: Update to 25.12.0.
    
    * gnu/packages/kde-internet.scm (kdeconnect): Update to 25.12.0.
    [inputs]: Remove kconfigwidgets.
    
    Change-Id: Id9399c77b51d77691b12deb6d84525a1b043575c
---
 gnu/packages/kde-internet.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index f544b47f4e..0487c2b13a 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -310,7 +310,7 @@ This package is part of the KDE networking module.")
 (define-public kdeconnect
   (package
     (name "kdeconnect")
-    (version "25.08.3")
+    (version "25.12.0")
     (source
      (origin
        (method url-fetch)
@@ -319,7 +319,7 @@ This package is part of the KDE networking module.")
                            version ".tar.xz"))
        (sha256
         (base32
-         "0asy7vq9k9fdnyp5vzkswdnqjr43jvka6v6xj85fgxc55vrg2hbf"))))
+         "1a3jrhknggyi6hm71mj6px0dqmsdbhw02vkxin2zrzncf79j9zqg"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase
@@ -349,7 +349,6 @@ This package is part of the KDE networking module.")
     (inputs
      (list dbus
            kcmutils
-           kconfigwidgets
            kcrash
            kdbusaddons
            kguiaddons

Reply via email to