From 07117ecf695464c419aea3075b761f6014e0256b Mon Sep 17 00:00:00 2001 From: Andy Tai Date: Tue, 11 Feb 2025 22:21:46 -0800 Subject: [PATCH] gnu: xnedit: Update to 1.6.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/text-editors.scm (xnedit): Update to 1.6.2. Change-Id: Id2685b845e20e753a63b53538c3f4c8baa50b24b Signed-off-by: 宋文武 --- gnu/packages/text-editors.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 202a4545cb..f52bc092f1 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -1815,14 +1815,14 @@ highlighting for dozens of languages. Jed is very small and fast.") (define-public xnedit (package (name "xnedit") - (version "1.6.1") + (version "1.6.2") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/xnedit/" name "-" version ".tar.gz")) (sha256 (base32 - "167v7fqnk5zg7jg6iid92wygk6vya7klnhnmgbsghaacg8dnldkf")))) + "0y4cwnbsrf9myxwj84jklrzqlvp512nygh0gqnvmsif4g3iqah0y")))) (build-system gnu-build-system) (arguments