guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 09e36fb37f27cc55a04b180a977cea1a8403e8c8
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:59 2025 +0530

    gnu: ark: Update to 25.12.0.
    
    * gnu/packages/kde-utils.scm (ark): Update to 25.12.0.
    
    Change-Id: If67c5ce220d55db8bc52d6497b452ba8211e0b2e
---
 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 b6189e3be1..cb36b3f3bb 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -65,14 +65,14 @@
 (define-public ark
   (package
     (name "ark")
-    (version "25.08.3")
+    (version "25.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/" 
version
                                   "/src/ark-" version ".tar.xz"))
               (sha256
                (base32
-                "0ksmvrhwb8np3yy8gcrqh5hny3712gqn8jyj0bgq00h9bwlvfkya"))
+                "1h5m9c17ndg02jwgnbxh7fb6xjqy2zivlahbqa15fd4z0h0pw451"))
               ;; The libarchive package in Guix does not support
               ;; xar; disable related tests.
               (patches (search-patches "ark-skip-xar-test.patch"))))

Reply via email to