guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: endless-sky: Update to 0.9.10.


From: guix-commits
Subject: 02/02: gnu: endless-sky: Update to 0.9.10.
Date: Sun, 6 Oct 2019 05:08:33 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit aa641984923ffe2c5a5aecff4315e906d5b4c6fc
Author: Timotej Lazar <address@hidden>
Date:   Sat Oct 5 18:46:12 2019 +0200

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4b14fce..c0d8ce9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -43,6 +43,7 @@
 ;;; Copyright © 2019 Jesse Gibbons <address@hidden>
 ;;; Copyright © 2019 Dan Frumin <address@hidden>
 ;;; Copyright © 2019 Guillaume Le Vaillant <address@hidden>
+;;; Copyright © 2019 Timotej Lazar <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6187,7 +6188,7 @@ your score gets higher, you level up and the blocks fall 
faster.")
 (define-public endless-sky
   (package
     (name "endless-sky")
-    (version "0.9.8")
+    (version "0.9.10")
     (source
       (origin
         (method git-fetch)
@@ -6197,7 +6198,7 @@ your score gets higher, you level up and the blocks fall 
faster.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "0i36lawypikbq8vvzfis1dn7yf6q0d2s1cllshfn7kmjb6pqfi6c"))))
+          "1wax9qhxakydg6bs92d1jy2fki1n9r0wkps1np02y0pvm1fl189i"))))
     (build-system scons-build-system)
     (arguments
      `(#:scons ,scons-python2



reply via email to

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