Archived
1
0
Fork 0

gnu: xnedit: Update to 1.5.1.

* gnu/packages/text-editors.scm (xnedit): Update to 1.5.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Andy Tai 2023-09-19 22:22:57 -07:00 committed by Christopher Baines
parent ce22a756d0
commit 2987a4993f
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1465,14 +1465,14 @@ highlighting for dozens of languages. Jed is very small and fast.")
(define-public xnedit (define-public xnedit
(package (package
(name "xnedit") (name "xnedit")
(version "1.5.0") (version "1.5.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/xnedit/" name "-" (uri (string-append "mirror://sourceforge/xnedit/" name "-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"09wvhg7rywfj7njl2fkzdhgwlgxw358423yiv2ay3k5zhbysxfik")))) "14irfn9izkbd72yynfy634vc9pk2kmhkdmzb2w9al44wfzixlal3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments