mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xnedit: Update to 1.6.3.
* gnu/packages/text-editors.scm (xnedit): Update to 1.6.3. Change-Id: I06a231daefdc93a9c04a3bec2bc67e99e0e00630 Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
76b2c86358
commit
8b9ddfbe51
1 changed files with 2 additions and 2 deletions
|
@ -1870,14 +1870,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.6.2")
|
(version "1.6.3")
|
||||||
(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
|
||||||
"0y4cwnbsrf9myxwj84jklrzqlvp512nygh0gqnvmsif4g3iqah0y"))))
|
"0mb30xl0j27fs37hxskap50xawv7f1pb6ymp6yh8dz8j4iwrz9lb"))))
|
||||||
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue