From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:32778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6mJP-0002aO-NT for guix-patches@gnu.org; Wed, 20 Mar 2019 21:16:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6mJO-0001Mr-Jk for guix-patches@gnu.org; Wed, 20 Mar 2019 21:16:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38997) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h6mJO-0001L1-CO for guix-patches@gnu.org; Wed, 20 Mar 2019 21:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h6mJO-0000as-2D for guix-patches@gnu.org; Wed, 20 Mar 2019 21:16:02 -0400 Subject: [bug#34932] [PATCH] gnu: godot: Update to 3.1. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:60731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6mIV-0001iN-P2 for guix-patches@gnu.org; Wed, 20 Mar 2019 21:15:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6mIT-0007cu-SW for guix-patches@gnu.org; Wed, 20 Mar 2019 21:15:07 -0400 Received: from mout02.posteo.de ([185.67.36.66]:45207) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h6mIR-0007Y5-F6 for guix-patches@gnu.org; Wed, 20 Mar 2019 21:15:04 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B3B352400E5 for ; Thu, 21 Mar 2019 02:15:00 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44Ppjv4gNxz9rxB for ; Thu, 21 Mar 2019 02:14:59 +0100 (CET) From: Brett Gilio Date: Wed, 20 Mar 2019 20:14:57 -0500 Message-ID: <87d0mlgh9q.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-godot-Update-to-3.1.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: godot: Update to 3.1. 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: 34932@debbugs.gnu.org >From 3f9012635d3ff9fabf341236f1cb60c58a9d3581 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Wed, 20 Mar 2019 20:13:30 -0500 Subject: [PATCH] gnu: godot: Update to 3.1. * gnu/packages/game-development.scm (godot): Update to 3.1. Remove openssl from recursive-delete. --- gnu/packages/game-development.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-developm= ent.scm index 25935aafc..fe136a3bd 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -14,6 +14,7 @@ ;;; Copyright =C2=A9 2017 Arun Isaac ;;; Copyright =C2=A9 2017 Rutger Helling ;;; Copyright =C2=A9 2018 Marius Bakke +;;; Copyright =C2=A9 2019 Brett Gilio ;;; ;;; This file is part of GNU Guix. ;;; @@ -1113,7 +1114,7 @@ games.") (define-public godot (package (name "godot") - (version "3.0.6") + (version "3.1") (source (origin (method git-fetch) (uri (git-reference @@ -1122,7 +1123,7 @@ games.") (file-name (git-file-name name version)) (sha256 (base32 - "0g64h0x8dlv6aa9ggfcidk2mknkfl5li7z1phcav8aqp9srj8avf")) + "1z37znqzbn0x8s04pb9dxzni9jzl8m59nfrr14vypww42f9l5i7i")) (modules '((guix build utils))) (snippet '(begin @@ -1137,7 +1138,6 @@ games.") "libvorbis" "libvpx" "libwebp" - "openssl" "opus" "zlib")) #t))))) --=20 2.21.0