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

commit 099aba7c1cacd42b18c8ea62a9c3c589520001fb
Author: Sughosha <[email protected]>
AuthorDate: Fri Oct 10 13:55:15 2025 +0530

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

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index e4354212b3..0bdb34cbac 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -64,14 +64,14 @@
 (define-public ark
   (package
     (name "ark")
-    (version "25.08.1")
+    (version "25.08.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/" 
version
                                   "/src/ark-" version ".tar.xz"))
               (sha256
                (base32
-                "0vzrb04xwmxb6rjlsp69r19m679vsm0p04648hpx7qw132qvmsrg"))
+                "1jnbn1ykzwqbccbgn3i00ymjhyvpdp1hnymv8cs0y1c03vnangkn"))
               ;; The libarchive package in Guix does not support
               ;; xar; disable related tests.
               (patches (search-patches "ark-skip-xar-test.patch"))))

Reply via email to