diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-05-23 16:46:32 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-05-23 16:46:32 +0200 |
commit | 729f0ccbb526cf81e3abe62f4a7b96c2b1da3447 (patch) | |
tree | 690d21657ff9bbf39e2a77f82efd06f9ec45d9d9 /gnu | |
parent | a9150d4c236f71aa74988360487d0e30e49c749a (diff) | |
download | patches-729f0ccbb526cf81e3abe62f4a7b96c2b1da3447.tar patches-729f0ccbb526cf81e3abe62f4a7b96c2b1da3447.tar.gz |
gnu: flare-engine: Update to 1.10.
* gnu/packages/games.scm (flare-engine): Update to 1.10.
Diffstat (limited to 'gnu')
-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 a88bd94fa7..9e89fbcd1f 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 |