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

commit 900987dfcc94f03341a608a1e9e718d86071b97f
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 22:40:45 2025 +0800

    gnu: kio: Update to 6.16.0.
    
    * gnu/packages/kde-frameworks.scm (kio): Update to 6.16.0.
    [source]: Remove patches.
    
    Change-Id: I68401c2fcee4c46111472e1f7b60db11b02097f1
---
 gnu/packages/kde-frameworks.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 8c04d445c9..45aca3c4be 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3931,7 +3931,7 @@ consumption.")
 (define-public kio
   (package
     (name "kio")
-    (version "6.13.0")
+    (version "6.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3940,8 +3940,7 @@ consumption.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "00x2q9pf52khllnh86h4zcmqxhhfry6y5qkxvg25gws0nz8545a3"))
-              (patches (search-patches "kio-search-smbd-on-PATH.patch"))))
+                "131y6ciamibwssb8i5phxxx154mfnw656wzg6kadzgvj1j5bypk7"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list acl

Reply via email to