gnu: moe: Update to 1.15.

* gnu/packages/moe.scm (moe): Update to 1.15.

Change-Id: I085fc5d043718335c4a84d17c6cc33e0320d7580
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Andy Tai 2025-01-08 22:09:41 -08:00 committed by Zheng Junjie
parent bd24a13c57
commit b7dbb5f591
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -29,14 +29,14 @@ (define-module (gnu packages moe)
(define-public moe
(package
(name "moe")
(version "1.14")
(version "1.15")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/moe/moe-"
version ".tar.lz"))
(sha256
(base32 "17cw43zsahisz5msqdv366np3zrdschgnm1lk1pm26dfw1nbvfpl"))))
(base32 "0rhakw6qpnhj98cqq9mv7z3yjhwj1nk9gq54bja4fc6fk6qciy21"))))
(build-system gnu-build-system)
(native-inputs (list lzip))
(inputs (list ncurses))