guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: endless-sky: Update to 0.9.12.


From: guix-commits
Subject: branch master updated: gnu: endless-sky: Update to 0.9.12.
Date: Wed, 06 May 2020 15:32:41 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e3bf2a6  gnu: endless-sky: Update to 0.9.12.
e3bf2a6 is described below

commit e3bf2a66a226611baee1da6eaca250572adde64a
Author: Timotej Lazar <address@hidden>
AuthorDate: Wed May 6 19:29:07 2020 +0200

    gnu: endless-sky: Update to 0.9.12.
    
    * gnu/packages/games.scm (endless-sky): Update to 0.9.12.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/games.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 7fed4de..ff2ba65 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]