gnu: armagetronad: Update to 0.2.8.3.5.

* gnu/packages/games.scm (armagetronad): Update to 0.2.8.3.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-11 00:07:56 +01:00
parent d64d8abb5b
commit 06271fe3ce
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -301,14 +301,14 @@ (define-public alex4
(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)