diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-05-23 16:46:45 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-05-23 16:46:45 +0200 |
commit | 3425fbc69f706a43fc25a48c345ff273a420abae (patch) | |
tree | 677953e2187bd27831856edb8e9b0a9365674ab6 /gnu/packages/games.scm | |
parent | 729f0ccbb526cf81e3abe62f4a7b96c2b1da3447 (diff) | |
download | patches-3425fbc69f706a43fc25a48c345ff273a420abae.tar patches-3425fbc69f706a43fc25a48c345ff273a420abae.tar.gz |
gnu: flare-game: Update to 1.10.
* gnu/packages/games.scm (flare-game): Update to 1.10.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9e89fbcd1f..65176bf550 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 |