diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 00:07:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 00:13:56 +0100 |
commit | 06271fe3ce2866b70d792c5f389f71c92a75cec7 (patch) | |
tree | d8190c39e04c888be3d171b4c510e6c86dcfe32a | |
parent | d64d8abb5bb50b5da5961301012f4ae8ec66b736 (diff) | |
download | guix-06271fe3ce2866b70d792c5f389f71c92a75cec7.tar.gz guix-06271fe3ce2866b70d792c5f389f71c92a75cec7.zip |
gnu: armagetronad: Update to 0.2.8.3.5.
* gnu/packages/games.scm (armagetronad): Update to 0.2.8.3.5.
-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 04591df818..340e758a95 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -301,14 +301,14 @@ The game includes a built-in editor so you can design and share your own maps.") (define-public armagetronad (package (name "armagetronad") - (version "0.2.8.3.4") + (version "0.2.8.3.5") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/armagetronad/stable/" version "/armagetronad-" version ".src.tar.gz")) (sha256 (base32 - "1pgy0r80z702qdv94aw3ywdn4ynnr4cdi86ml558pljfc5ygasj4")))) + "1z266haq22n5b0733h7qsg1rpzhz8lvm82f7wd06r008iiar7jdl")))) (build-system gnu-build-system) (inputs `(("libxml2" ,libxml2) |