diff options
author | Alex Kost <alezost@gmail.com> | 2016-08-18 01:25:36 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-08-18 11:02:39 +0300 |
commit | 0852f09a0d1c59bea655bd33281423f0539f7235 (patch) | |
tree | c80ed3f56167fe4ce23a2ba55e766fd4103de5d9 /gnu/packages/games.scm | |
parent | 876d8f296b3638f0e862ed2e20f315979d7a7ffb (diff) | |
download | guix-0852f09a0d1c59bea655bd33281423f0539f7235.tar guix-0852f09a0d1c59bea655bd33281423f0539f7235.tar.gz |
gnu: manaplus: Update to 1.6.8.14.
* gnu/packages/games.scm (manaplus): Update to 1.6.8.14.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 96aefbc3e4..ed5d7fd52e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1198,7 +1198,7 @@ is programmed in Haskell.") (define-public manaplus (package (name "manaplus") - (version "1.6.6.4") + (version "1.6.8.14") (source (origin (method url-fetch) (uri (string-append @@ -1206,7 +1206,7 @@ is programmed in Haskell.") version "/manaplus-" version ".tar.xz")) (sha256 (base32 - "00sdw2mspdhrqvz0vl6jbnhiclj7vmvyjih9qf8dbkfw2s921ybc")))) + "1mah4w6ng0j76cjzbw8y9m2ds5f1w5ka9b1k3gzgvxh4yaphqnff")))) (build-system gnu-build-system) (arguments '(#:configure-flags |