guix-commits
[Top][All Lists]
Advanced

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

13/15: gnu: armagetronad: Update to 0.2.8.3.5.


From: guix-commits
Subject: 13/15: gnu: armagetronad: Update to 0.2.8.3.5.
Date: Tue, 10 Mar 2020 19:30:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 06271fe3ce2866b70d792c5f389f71c92a75cec7
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Mar 11 00:07:56 2020 +0100

    gnu: armagetronad: Update to 0.2.8.3.5.
    
    * gnu/packages/games.scm (armagetronad): Update to 0.2.8.3.5.
---
 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 04591df..340e758 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)



reply via email to

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