mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user