diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 21:21:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 22:07:13 +0200 |
commit | 2b744c21cb5b087c6e9e54b65127d06058e45f54 (patch) | |
tree | ca48ca01e98e00cc6b5527f75cd647e058464417 | |
parent | 3596b994e877896420afe38d8edd909d23fcf6a8 (diff) | |
download | guix-2b744c21cb5b087c6e9e54b65127d06058e45f54.tar guix-2b744c21cb5b087c6e9e54b65127d06058e45f54.tar.gz |
gnu: manaplus: Update to 1.9.3.23.
* gnu/packages/games.scm (manaplus): Update to 1.9.3.23.
-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 5c0d47fade..6c4e83d061 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2337,7 +2337,7 @@ on the screen and keyboard to display letters.") (define-public manaplus (package (name "manaplus") - (version "1.7.6.10") + (version "1.9.3.23") (source (origin (method url-fetch) (uri (string-append @@ -2345,7 +2345,7 @@ on the screen and keyboard to display letters.") version "/manaplus-" version ".tar.xz")) (sha256 (base32 - "0l7swvpzq20am4w2rsjpp6fsvbjv07il6wbfy45a7h9zsdihmqhl")))) + "1ky182p4svwdqm6cf7jbns85hidkhkhq4s17cs2p381f0klapfjz")))) (build-system gnu-build-system) (arguments '(#:configure-flags |