guix_mirror_bot pushed a commit to branch master
in repository guix.

commit cf785efa4f0792f212e4da6016e13cac4faf3d44
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 10:10:32 2025 +0530

    gnu: ark: Update to 25.08.3.
    
    * gnu/packages/kde-utils.scm (ark): Update to 25.08.3.
    
    Change-Id: I6ac494109c8e3902db961a582ecf4279ac654674
---
 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 7af58b19b3..2e99844aa8 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.2")
+    (version "25.08.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/" 
version
                                   "/src/ark-" version ".tar.xz"))
               (sha256
                (base32
-                "1jnbn1ykzwqbccbgn3i00ymjhyvpdp1hnymv8cs0y1c03vnangkn"))
+                "0ksmvrhwb8np3yy8gcrqh5hny3712gqn8jyj0bgq00h9bwlvfkya"))
               ;; The libarchive package in Guix does not support
               ;; xar; disable related tests.
               (patches (search-patches "ark-skip-xar-test.patch"))))

Reply via email to