gnu: moe: Update to 1.9.
authorEric Bavier <bavier@member.fsf.org>
Thu, 29 Jun 2017 03:53:38 +0000 (22:53 -0500)
committerEric Bavier <bavier@member.fsf.org>
Thu, 29 Jun 2017 03:54:14 +0000 (22:54 -0500)
* gnu/packages/moe.scm (moe): Update to 1.9.

gnu/packages/moe.scm

index 12929b3..67e5b02 100644 (file)
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015 Eric Bavier <bavier@member.fsf.org>
+;;; Copyright © 2014, 2015, 2017 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -28,7 +28,7 @@
 (define-public moe
   (package
     (name "moe")
-    (version "1.8")
+    (version "1.9")
     (source
      (origin
       (method url-fetch)
@@ -36,7 +36,7 @@
                           version ".tar.lz"))
       (sha256
        (base32
-        "0mv4pg38p0dq88xmxxv08rykn7vv4x7gskmdk7nfp3vx37r4xzvy"))))
+        "1wsfzy0iia0c89wnx1ilzw54wqcmlp2nz8mkpvc393z0zagrx48q"))))
     (build-system gnu-build-system)
     (native-inputs `(("lzip" ,lzip)))
     (inputs `(("ncurses" ,ncurses)))