diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-10 18:01:40 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-10 18:01:40 +0100 |
commit | 0e103ec611acb25966bedc7ac9537b34f0a53306 (patch) | |
tree | d3d4e8f132f6a443fcaec826c427ee4bca5ce6c2 /gnu/packages/games.scm | |
parent | 096f05043e750fdf49a5b4c5fac402f48cdb9854 (diff) |
gnu: flare-game: Update to 1.13.04.
* gnu/packages/games.scm (flare-game): Update to 1.13.04.
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 e4810678ac..896ee6ce62 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8937,7 +8937,7 @@ action RPGs.") (define-public flare-game (package (name "flare-game") - (version "1.13") + (version "1.13.04") (source (origin (method git-fetch) (uri (git-reference @@ -8946,7 +8946,7 @@ action RPGs.") (file-name (git-file-name name version)) (sha256 (base32 - "0l0d4j2l1szdwrk8casaiskdk16wkbmms7cid4y751d42czg4ffw")))) + "18rdrwv7p5rvmlah5pl9vbc09xlb8id75a7c73yn2sxkm6cf5c2l")))) (build-system cmake-build-system) (arguments (list |