guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: flare-engine: Update to 1.10.


From: guix-commits
Subject: 01/02: gnu: flare-engine: Update to 1.10.
Date: Thu, 23 May 2019 10:46:58 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 729f0ccbb526cf81e3abe62f4a7b96c2b1da3447
Author: Nicolas Goaziou <address@hidden>
Date:   Thu May 23 16:46:32 2019 +0200

    gnu: flare-engine: Update to 1.10.
    
    * gnu/packages/games.scm (flare-engine): Update to 1.10.
---
 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 a88bd94..9e89fbc 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6661,7 +6661,7 @@ fight each other on an arena-like map.")
 (define-public flare-engine
   (package
     (name "flare-engine")
-    (version "1.09.01")
+    (version "1.10")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6670,7 +6670,7 @@ fight each other on an arena-like map.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1117nxir0zwz4pipx7sxj64p68ig6gbz94lkkjbgrk44lhs0hz8p"))))
+                "19l83145ya1wk666acr91b6917a63ak7l77d10i5im8xfhv29ml4"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;no test



reply via email to

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