diff options
| author | Andy Tai <atai@atai.org> | 2025-02-11 22:21:46 -0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-02-13 11:09:36 +0800 |
| commit | 07117ecf695464c419aea3075b761f6014e0256b (patch) | |
| tree | ff2e60dbaa43a571d462b5865b811f885946edd6 /gnu | |
| parent | 251fed72a701d56248a3c8f8bb5041fd8ce20a15 (diff) | |
gnu: xnedit: Update to 1.6.2.
* gnu/packages/text-editors.scm (xnedit): Update to 1.6.2.
Change-Id: Id2685b845e20e753a63b53538c3f4c8baa50b24b
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/text-editors.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 202a4545cb4..f52bc092f10 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 |
