Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
* gnu/packages/moe.scm (moe): Update to 1.14
Change-Id: I176ec1a3a2505a4e50426863282dbc73815ae904
---
gnu/packages/moe.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Toggle diff (25 lines)
diff --git a/gnu/packages/moe.scm b/gnu/packages/moe.scm
index a1926f738b..2db9926263 100644
--- a/gnu/packages/moe.scm
+++ b/gnu/packages/moe.scm
@@ -28,14 +28,14 @@ (define-module (gnu packages moe)
(define-public moe
(package
(name "moe")
- (version "1.13")
+ (version "1.14")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/moe/moe-"
version ".tar.lz"))
(sha256
- (base32 "0sql4r5g60k3rsz8vsr04rl5b873rwli1x75333xd29ga6y5g9a3"))))
+ (base32 "17cw43zsahisz5msqdv366np3zrdschgnm1lk1pm26dfw1nbvfpl"))))
(build-system gnu-build-system)
(native-inputs (list lzip))
(inputs (list ncurses))
base-commit: 88e8b807d6af3cf2902909d295cd3194aa7ea684
--
2.41.0