guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: flare-game: Update to 1.10.


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

ngz pushed a commit to branch master
in repository guix.

commit 3425fbc69f706a43fc25a48c345ff273a420abae
Author: Nicolas Goaziou <address@hidden>
Date:   Thu May 23 16:46:45 2019 +0200

    gnu: flare-game: Update to 1.10.
    
    * gnu/packages/games.scm (flare-game): 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 9e89fbc..65176bf 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6689,7 +6689,7 @@ action RPGs.")
 (define-public flare-game
   (package
     (name "flare-game")
-    (version "1.09.01")
+    (version "1.10")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6698,7 +6698,7 @@ action RPGs.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hn2cchqsbvvgzqc6zvblnl3qrr6sp5rqxpsrcvdmbjm7b37x37b"))))
+                "0dx4f1j1n3p4q3h0r0fb89f0llvhg9lia0s247pacff3r88ljihk"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;no test



reply via email to

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