Skip to content
Snippets Groups Projects
Commit 373dfe64 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: moe: Update to 1.8.

* gnu/packages/moe.scm (moe): Update to 1.8.
parent 972f4e50
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2014, 2015 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
...@@ -27,7 +28,7 @@ (define-module (gnu packages moe) ...@@ -27,7 +28,7 @@ (define-module (gnu packages moe)
(define-public moe (define-public moe
(package (package
(name "moe") (name "moe")
(version "1.7") (version "1.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -35,7 +36,7 @@ (define-public moe ...@@ -35,7 +36,7 @@ (define-public moe
version ".tar.lz")) version ".tar.lz"))
(sha256 (sha256
(base32 (base32
"1fzimk1qpmsm7wzfnjzzrp4dvdn7ipdb5j7969910g1m93wndfik")))) "0mv4pg38p0dq88xmxxv08rykn7vv4x7gskmdk7nfp3vx37r4xzvy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("lzip" ,lzip))) (native-inputs `(("lzip" ,lzip)))
(inputs `(("ncurses" ,ncurses))) (inputs `(("ncurses" ,ncurses)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment