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>
parent
1f0c02d838
commit
52dbc3d084
|
@ -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.4.1")
|
(version "1.5.0")
|
||||||
(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
|
||||||
"0fw3li7hr47hckm9pl1njx30lfr6cx2p094ir8zmgr91hyxidgld"))))
|
"09wvhg7rywfj7njl2fkzdhgwlgxw358423yiv2ay3k5zhbysxfik"))))
|
||||||
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue