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

commit 0cc92364b1bc0b9e16046ea6d7a103d7676643bc
Author: Sughosha <[email protected]>
AuthorDate: Fri Oct 10 13:54:51 2025 +0530

    gnu: kdeconnect: Update to 25.08.2.
    
    * gnu/packages/kde-internet.scm (kdeconnect): Update to 25.08.2.
    
    Change-Id: I99e82234d36b4d6c6d1be24bcb0ac7925ef2ec4a
---
 gnu/packages/kde-internet.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 436a87464c..c5b34c3dd6 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -336,7 +336,7 @@ This package is part of the KDE networking module.")
 (define-public kdeconnect
   (package
     (name "kdeconnect")
-    (version "25.08.1")
+    (version "25.08.2")
     (source
      (origin
        (method url-fetch)
@@ -345,7 +345,7 @@ This package is part of the KDE networking module.")
                            version ".tar.xz"))
        (sha256
         (base32
-         "07rmkm8gmfx1hs5n5rql2q9f539hdwv1l8wgjcmd2m5793f0nd4a"))))
+         "02bbj45lhpjrlv6qk59l3gi98jf2ymjw0rzx4ghz0v9x0rm5n974"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to