diff mbox series

[bug#41113] gnu: endless-sky: Update to 0.9.12.

Message ID 20200506172907.17763-1-timotej.lazar@araneo.si
State Accepted
Headers show
Series [bug#41113] gnu: endless-sky: Update to 0.9.12. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Timotej Lazar May 6, 2020, 5:29 p.m. UTC
* gnu/packages/games.scm (endless-sky): Update to 0.9.12.
---
 gnu/packages/games.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Efraim Flashner May 6, 2020, 7:33 p.m. UTC | #1
With my integrated graphics I only have OpenGL 2.1 so I can't test it
out but it built nicely and everything looks good. Patch pushed!
diff mbox series

Patch

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