From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51806) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGnCx-0004Mc-PD for guix-patches@gnu.org; Sat, 05 Oct 2019 12:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGnCw-0003yd-Rv for guix-patches@gnu.org; Sat, 05 Oct 2019 12:47:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36265) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iGnCw-0003yX-P8 for guix-patches@gnu.org; Sat, 05 Oct 2019 12:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iGnCw-0002nP-Lm for guix-patches@gnu.org; Sat, 05 Oct 2019 12:47:02 -0400 Subject: [bug#37635] [PATCH] gnu: endless-sky: Update to 0.9.10. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:51779) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGnCh-0004LD-5s for guix-patches@gnu.org; Sat, 05 Oct 2019 12:46:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGnCf-0003lx-Tb for guix-patches@gnu.org; Sat, 05 Oct 2019 12:46:46 -0400 Received: from araneo.si ([90.157.193.204]:42810) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iGnCe-0003iP-0C for guix-patches@gnu.org; Sat, 05 Oct 2019 12:46:45 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 30ed7c1f for ; Sat, 5 Oct 2019 16:46:40 +0000 (UTC) From: Timotej Lazar Date: Sat, 5 Oct 2019 18:46:12 +0200 Message-Id: <20191005164612.19445-1-timotej.lazar@araneo.si> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37635@debbugs.gnu.org Cc: Timotej Lazar * gnu/packages/games.scm (endless-sky): Update to 0.9.10. --- 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 4b14fce771..c0d8ce9c71 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -43,6 +43,7 @@ ;;; Copyright © 2019 Jesse Gibbons ;;; Copyright © 2019 Dan Frumin ;;; Copyright © 2019 Guillaume Le Vaillant +;;; Copyright © 2019 Timotej Lazar ;;; ;;; 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 -- 2.23.0