alezost pushed a commit to branch master
in repository guix.

commit 4c896c9195ca8cd0c8625b6c391996483bed49b7
Author: Alex Kost <[email protected]>
Date:   Mon Jan 18 22:31:12 2016 +0300

    gnu: manaplus: Update to 1.6.1.16.
    
    * gnu/packages/games.scm (manaplus): Update to 1.6.1.16.
---
 gnu/packages/games.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index f7a7636..3fcda40 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11,7 +11,7 @@
 ;;; Copyright © 2015 David Hashe <[email protected]>
 ;;; Copyright © 2015 Christopher Allan Webber <[email protected]>
 ;;; Copyright © 2015 Ricardo Wurmus <[email protected]>
-;;; Copyright © 2015 Alex Kost <[email protected]>
+;;; Copyright © 2015, 2016 Alex Kost <[email protected]>
 ;;; Copyright © 2015 Paul van der Walt <[email protected]>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <[email protected]>
 ;;;
@@ -1180,7 +1180,7 @@ is programmed in Haskell.")
 (define-public manaplus
   (package
     (name "manaplus")
-    (version "1.5.12.5")
+    (version "1.6.1.16")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1188,7 +1188,7 @@ is programmed in Haskell.")
                     version "/manaplus-" version ".tar.xz"))
               (sha256
                (base32
-                "0kmd743q40v82221wj8b09n30lqiwl7096v3m7ki3ynsgszkm326"))))
+                "1vrsjvdbdzbnqmr8sp110b2d93kp5yfnifsn6zjm60kdvvbphdir"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags

Reply via email to