From fcb58dfd07e511ff6b1263b25d1b47b990698df6 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Mon, 9 Mar 2026 07:42:39 +0530 Subject: gnu: ark: Update to 25.12.3. * gnu/packages/kde-utils.scm (ark): Update to 25.12.3. Change-Id: Ia0991218e7afac5336e6da797eda2cabdde69146 --- gnu/packages/kde-utils.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm index 4c5925e45b..639d34a2d4 100644 --- a/gnu/packages/kde-utils.scm +++ b/gnu/packages/kde-utils.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2021-2025 Zheng Junjie ;;; Copyright © 2022 Brendan Tildesley ;;; Copyright © 2022 Petr Hodina -;;; Copyright © 2025 Sughosha +;;; Copyright © 2025, 2026 Sughosha ;;; Copyright © 2025 Andreas Enge ;;; ;;; This file is part of GNU Guix. @@ -65,14 +65,14 @@ (define-public ark (package (name "ark") - (version "25.12.2") + (version "25.12.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/ark-" version ".tar.xz")) (sha256 (base32 - "0y5454r7nkqk66rq7w8xiihmnm9myrwxcg2imhy7cnn62h4kbmxb")) + "12q2brbgg68kknf193wx44spg8jbqzib58hhrvnkqvr1ivq7xwl1")) ;; The libarchive package in Guix does not support ;; xar; disable related tests. (patches (search-patches "ark-skip-xar-test.patch")))) -- cgit v1.3