aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2023-07-20 23:06:15 -0700
committer宋文武 <iyzsong@member.fsf.org>2023-07-28 22:05:38 +0800
commit52dbc3d0843b32f313fcb538788a3fff894f777d (patch)
tree2973648e86bd8481eaa64ce0b3641478ae013fdb /gnu/packages/text-editors.scm
parent1f0c02d8384184eabd36eba0806da0d91d520e9c (diff)
downloadguix-52dbc3d0843b32f313fcb538788a3fff894f777d.tar
guix-52dbc3d0843b32f313fcb538788a3fff894f777d.tar.gz
gnu: xnedit: Update to 1.5.0.
* gnu/packages/text-editors.scm (xnedit): Update to 1.5.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r--gnu/packages/text-editors.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index f70a4302fd..44c5754d6d 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1465,14 +1465,14 @@ highlighting for dozens of languages. Jed is very small and fast.")
(define-public xnedit
(package
(name "xnedit")
- (version "1.4.1")
+ (version "1.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/xnedit/" name "-"
version ".tar.gz"))
(sha256
(base32
- "0fw3li7hr47hckm9pl1njx30lfr6cx2p094ir8zmgr91hyxidgld"))))
+ "09wvhg7rywfj7njl2fkzdhgwlgxw358423yiv2ay3k5zhbysxfik"))))
(build-system gnu-build-system)
(arguments