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

commit dc543fb0f53ff9a8270cf90d737d89d12cfbbd04
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:59:28 2026 +0530

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

Reply via email to