diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-05-17 20:46:05 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-05-17 21:06:59 -0400 |
commit | 6aa095f10c53588e3ac67a25539e53655256bbc0 (patch) | |
tree | b44d4cd42cf62330527c1e4fac9821201ac11ed4 /gnu | |
parent | e28cb7a5f5ad7107ce9d987670b7e5996a6e5eb9 (diff) | |
download | guix-6aa095f10c53588e3ac67a25539e53655256bbc0.tar guix-6aa095f10c53588e3ac67a25539e53655256bbc0.tar.gz |
gnu: manaplus: Update to 1.7.5.14.
* gnu/packages/games.scm (manaplus): Update to 1.7.5.14.
[inputs]: Remove physfs.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index ca4cdc9ddf..02da94d4ff 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1491,7 +1491,7 @@ is programmed in Haskell.") (define-public manaplus (package (name "manaplus") - (version "1.7.3.4") + (version "1.7.5.14") (source (origin (method url-fetch) (uri (string-append @@ -1499,7 +1499,7 @@ is programmed in Haskell.") version "/manaplus-" version ".tar.xz")) (sha256 (base32 - "0mbxzsgjg16pqa3jnxkd7wwvw1lrx455r7fvwjfhzp0yv7acrn10")))) + "1b5q79jkdrck5lq8lvhnpq2mly257r8lylp7b8sp8xn4365f86ch")))) (build-system gnu-build-system) (arguments '(#:configure-flags @@ -1513,7 +1513,6 @@ is programmed in Haskell.") ("curl" ,curl) ("libxml2" ,libxml2) ("mesa" ,mesa) - ("physfs" ,physfs) ("sdl-union" ,(sdl-union)))) (home-page "http://manaplus.org") (synopsis "Client for 'The Mana World' and similar games") |