[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: armagetronad: Update to 0.2.9.0.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: armagetronad: Update to 0.2.9.0.1. |
Date: |
Thu, 10 Sep 2020 08:29:04 -0400 |
This is an automated email from the git hooks/post-receive script.
kkebreau pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 706e793 gnu: armagetronad: Update to 0.2.9.0.1.
706e793 is described below
commit 706e79300b164d4e9ab717189c6058ec11069b8d
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Thu Sep 10 08:22:44 2020 -0400
gnu: armagetronad: Update to 0.2.9.0.1.
* gnu/packages/games.scm (armagetronad): Update to 0.2.9.0.1.
[source]: Update URL.
[native-inputs]: Add pkg-config.
---
gnu/packages/games.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index e346e2b..ac5d08b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -385,15 +385,17 @@ 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.5")
+ (version "0.2.9.0.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/armagetronad/stable/"
- version "/armagetronad-" version
".src.tar.gz"))
+ version "/armagetronad-" version ".tbz"))
(sha256
(base32
- "1z266haq22n5b0733h7qsg1rpzhz8lvm82f7wd06r008iiar7jdl"))))
+ "19rfhlg4gp0r7k1j8v4iw20325ciy156nmzax4xikmw22c6nmxcz"))))
(build-system gnu-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
(inputs
`(("libxml2" ,libxml2)
("sdl" ,sdl)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: armagetronad: Update to 0.2.9.0.1.,
guix-commits <=