diff options
author | Andy Tai <[email protected]> | 2025-01-07 21:59:37 -0800 |
---|---|---|
committer | Zheng Junjie <[email protected]> | 2025-01-08 14:33:58 +0800 |
commit | 6ef627d0402ac8327eaf044c6e40bda75d74d8e5 (patch) | |
tree | d62f9d1f9d50e9f0a9912975f555bf7e961d7ec2 | |
parent | 82693bc892f536cc99ac001b1ec26b13ad0f7505 (diff) |
gnu: xnedit: Update to 1.6.1.
* gnu/packages/text-editors.scm (xnedit): Update to 1.6.1.
Change-Id: I0122af491df6465b722f3dd4fd7a3d4a1f839b20
Signed-off-by: Zheng Junjie <[email protected]>
-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 9060fc72e2..bb5b821cf5 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -1691,14 +1691,14 @@ highlighting for dozens of languages. Jed is very small and fast.") (define-public xnedit (package (name "xnedit") - (version "1.6.0") + (version "1.6.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/xnedit/" name "-" version ".tar.gz")) (sha256 (base32 - "1f2r0k2mcicjns5aic6vlpwwy9ccqzwbm46r6403rwwmwg5zk2pg")))) + "167v7fqnk5zg7jg6iid92wygk6vya7klnhnmgbsghaacg8dnldkf")))) (build-system gnu-build-system) (arguments |