guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bzflag: Update to 2.4.22.


From: guix-commits
Subject: branch master updated: gnu: bzflag: Update to 2.4.22.
Date: Tue, 02 Mar 2021 08:10:11 -0500

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 2892e1a  gnu: bzflag: Update to 2.4.22.
2892e1a is described below

commit 2892e1a2a8bbe7d43854f40dc759ad3e0faecfbc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Mar 2 14:09:32 2021 +0100

    gnu: bzflag: Update to 2.4.22.
    
    * gnu/packages/games.scm (bzflag): Update to 2.4.22.
---
 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 74d04ad..20a22ee 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -767,14 +767,14 @@ Quizes: arithmetic, and quiz.")
 (define-public bzflag
   (package
     (name "bzflag")
-    (version "2.4.20")
+    (version "2.4.22")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.bzflag.org/bzflag/source/";
                            version "/bzflag-" version ".tar.bz2"))
        (sha256
-        (base32 "16brxqmfiyz4j4lb8ihzjcbwqmpsms6vm3ijbp34lnw0blbwdjb2"))))
+        (base32 "0kba0011nswc2csqlzkd7bas307zm5813zlnby5vsmxn08rnar4y"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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