diff options
author | Timotej Lazar <timotej.lazar@araneo.si> | 2020-05-06 19:29:07 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-05-06 22:24:37 +0300 |
commit | e3bf2a66a226611baee1da6eaca250572adde64a (patch) | |
tree | bfc175ca961ce62528e7f22fdbc31f1736cd0490 /gnu | |
parent | 758f32afdbc6cf6018a2e76eef5085f6b693c15a (diff) |
gnu: endless-sky: Update to 0.9.12.
* gnu/packages/games.scm (endless-sky): Update to 0.9.12.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 7fed4dee6c..ff2ba65d96 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6832,7 +6832,7 @@ your score gets higher, you level up and the blocks fall faster.") (define-public endless-sky (package (name "endless-sky") - (version "0.9.10") + (version "0.9.12") (source (origin (method git-fetch) @@ -6841,8 +6841,7 @@ your score gets higher, you level up and the blocks fall faster.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "1wax9qhxakydg6bs92d1jy2fki1n9r0wkps1np02y0pvm1fl189i")))) + (base32 "18nkl4s3r5sy3sd9lhbdg9160c7fggklklprx0d5azifc8g6k0wj")))) (build-system scons-build-system) (arguments `(#:scons ,scons-python2 |