guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: armagetronad: Update to 0.2.9.1.0.


From: guix-commits
Subject: branch master updated: gnu: armagetronad: Update to 0.2.9.1.0.
Date: Tue, 22 Jun 2021 17:13:48 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4cb70e0  gnu: armagetronad: Update to 0.2.9.1.0.
4cb70e0 is described below

commit 4cb70e08b2200d0614b3dad8a6ad22c8ac0f6589
Author: Solene Rapenne via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Tue Jun 22 21:22:35 2021 +0200

    gnu: armagetronad: Update to 0.2.9.1.0.
    
    * gnu/packages/games.scm (armagetronad): Update to 0.2.9.1.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c38011c..6ea579a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -396,14 +396,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.9.0.1")
+    (version "0.2.9.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/armagetronad/stable/"
                                   version "/armagetronad-" version ".tbz"))
               (sha256
                (base32
-                "19rfhlg4gp0r7k1j8v4iw20325ciy156nmzax4xikmw22c6nmxcz"))))
+                "18gn4sg4j5sw38ngb90sl50raliplrsgjcvy8fjwry733k0cgdjr"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]