mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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:
parent
bd24a13c57
commit
b7dbb5f591
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue