guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 62b58bc65c81edc89f9c91626864601719081fc2
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:31 2025 +0530
gnu: kio-extras: Update to 25.12.0.
* gnu/packages/kde-internet.scm (kio-extras): Update to 25.12.0.
[arguments]<#:test-exclude>: Exclude "filenamesearchexternaltest".
Change-Id: I90b83186d793c92eadf9ca71da543d1bf6cf0982
---
gnu/packages/kde-internet.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 46dc2d0f24..13543cbece 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -403,7 +403,7 @@ communicate with each other. Here's a few things KDE
Connect can do:
(define-public kio-extras
(package
(name "kio-extras")
- (version "25.08.3")
+ (version "25.12.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
@@ -411,7 +411,7 @@ communicate with each other. Here's a few things KDE
Connect can do:
version ".tar.xz"))
(sha256
(base32
- "1ln2x7l5cgwybgc8qv99pmwb391dnf18qxq6r6rqrgk3qvf6dycr"))
+ "0hfzx2ysvggr3h7db06zrg9ap9ginhbwwnmg1ml6fgjnz3z66da5"))
(modules '((guix build utils)))
(snippet
;; Fix including libproxy.
@@ -422,6 +422,7 @@ communicate with each other. Here's a few things KDE
Connect can do:
(list #:test-exclude
(string-append "("
(string-join '("filenamesearchtest"
+ "filenamesearchexternaltest"
"thumbnailtest"
"testkioarchive")
"|")