mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: moe: Update to 1.16.
* gnu/packages/text-editors.scm (moe): Update to 1.16. Merges: https://codeberg.org/guix/guix/pulls/6637 Change-Id: Iabeff1a237879711e17e71380177d922415baca4 Reviewed-by: Nguyễn Gia Phong <cnx@loang.net> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
e12a7c9b2f
commit
1d5a48a4ca
@@ -1284,14 +1284,14 @@ Octave. TeXmacs is completely extensible via Guile.")
|
||||
(define-public moe
|
||||
(package
|
||||
(name "moe")
|
||||
(version "1.15")
|
||||
(version "1.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/moe/moe-"
|
||||
version ".tar.lz"))
|
||||
(sha256
|
||||
(base32 "0rhakw6qpnhj98cqq9mv7z3yjhwj1nk9gq54bja4fc6fk6qciy21"))))
|
||||
(base32 "0s582w56y8936ix808klv2ss9d8v04kc3y57q2zawwljj5wcs9ac"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list lzip))
|
||||
(inputs (list ncurses))
|
||||
|
||||
Reference in New Issue
Block a user