diff options
| author | Sughosha <sughosha@disroot.org> | 2026-05-08 06:08:32 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-28 17:20:45 +0200 |
| commit | e4c7822c6aa563befb833f15d417f9912d5f217e (patch) | |
| tree | 463e039ecbad9a3827a551f06e96982fb97271bc | |
| parent | 18cc28033573081d2a824e72e66b4b4050314078 (diff) | |
gnu: ark: Update to 26.04.1.
* gnu/packages/kde-utils.scm (ark): Update to 26.04.1.
Change-Id: I3a90220055a2ffc923695b85974881a768508657
| -rw-r--r-- | gnu/packages/kde-utils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm index 5cd303f62c2..fd537365d39 100644 --- a/gnu/packages/kde-utils.scm +++ b/gnu/packages/kde-utils.scm | |||
| @@ -66,14 +66,14 @@ | |||
| 66 | (define-public ark | 66 | (define-public ark |
| 67 | (package | 67 | (package |
| 68 | (name "ark") | 68 | (name "ark") |
| 69 | (version "25.12.3") | 69 | (version "26.04.1") |
| 70 | (source (origin | 70 | (source (origin |
| 71 | (method url-fetch) | 71 | (method url-fetch) |
| 72 | (uri (string-append "mirror://kde/stable/release-service/" version | 72 | (uri (string-append "mirror://kde/stable/release-service/" version |
| 73 | "/src/ark-" version ".tar.xz")) | 73 | "/src/ark-" version ".tar.xz")) |
| 74 | (sha256 | 74 | (sha256 |
| 75 | (base32 | 75 | (base32 |
| 76 | "12q2brbgg68kknf193wx44spg8jbqzib58hhrvnkqvr1ivq7xwl1")) | 76 | "0wcccrdfadllcafz9mdavbp9yafmylh72anv5j89j16mnm746mg3")) |
| 77 | ;; The libarchive package in Guix does not support | 77 | ;; The libarchive package in Guix does not support |
| 78 | ;; xar; disable related tests. | 78 | ;; xar; disable related tests. |
| 79 | (patches (search-patches "ark-skip-xar-test.patch")))) | 79 | (patches (search-patches "ark-skip-xar-test.patch")))) |
