From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35023) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iw3N5-0007kF-AR for guix-patches@gnu.org; Mon, 27 Jan 2020 07:20:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iw3N4-0006Ds-Bu for guix-patches@gnu.org; Mon, 27 Jan 2020 07:20:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51885) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iw3N4-0006Dm-9C for guix-patches@gnu.org; Mon, 27 Jan 2020 07:20:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iw3N4-0003Ob-4r for guix-patches@gnu.org; Mon, 27 Jan 2020 07:20:02 -0500 Subject: [bug#39305] [PATCH] gnu: elixir: Update to 1.10.0. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:34916) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iw3MY-0007jh-7j for guix-patches@gnu.org; Mon, 27 Jan 2020 07:19:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iw3MW-0005p1-UA for guix-patches@gnu.org; Mon, 27 Jan 2020 07:19:29 -0500 Received: from w4.tutanota.de ([81.3.6.165]:53010) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iw3MW-0005ml-Nb for guix-patches@gnu.org; Mon, 27 Jan 2020 07:19:28 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id D35A910602D3 for ; Mon, 27 Jan 2020 12:19:26 +0000 (UTC) Date: Mon, 27 Jan 2020 13:19:26 +0100 (CET) From: Oskar =?UTF-8?Q?K=C3=B6=C3=B6k?= Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 39305@debbugs.gnu.org * gnu/packages/elixir.scm (elixir): Update to 1.10.0. * gnu/packages/patches/elixir-path-length.patch: Update patch so it can be applied to v1.10.0 source --- gnu/packages/elixir.scm=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 | 4 ++-- gnu/packages/patches/elixir-path-length.patch | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm index 7420bc4963..9aa693ff3a 100644 --- a/gnu/packages/elixir.scm +++ b/gnu/packages/elixir.scm @@ -33,7 +33,7 @@ (define-public elixir =C2=A0=C2=A0 (package =C2=A0=C2=A0=C2=A0=C2=A0 (name "elixir") -=C2=A0=C2=A0=C2=A0 (version "1.9.4") +=C2=A0=C2=A0=C2=A0 (version "1.10.0") =C2=A0=C2=A0=C2=A0=C2=A0 (source =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (origin =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) @@ -42,7 +42,7 @@ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 (commit (string-append "v" version)))) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name name v= ersion)) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "1l4318g35y4h0vi2w07ayc= 3jizw1xc3s7hdb47w6j3iw33y06g6b")) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "1fz22c2jqqm2jvzxar11bh= 1djg3kqdn5rbxdddlz0cv6mfz7hvgv")) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (patches (search-patches "elixir= -path-length.patch")))) =C2=A0=C2=A0=C2=A0=C2=A0 (build-system gnu-build-system) =C2=A0=C2=A0=C2=A0=C2=A0 (arguments diff --git a/gnu/packages/patches/elixir-path-length.patch b/gnu/packages/p= atches/elixir-path-length.patch index aa8bf38829..ab99595cff 100644 --- a/gnu/packages/patches/elixir-path-length.patch +++ b/gnu/packages/patches/elixir-path-length.patch @@ -5,11 +5,11 @@ after the substitution is made. --- a/Makefile +++ b/Makefile -@@ -213,6 +213,7 @@ - TEST_ERLS =3D $(addprefix $(TEST_EBIN)/, $(addsuffix .beam, $(basename $(= notdir $(wildcard $(TEST_ERL)/*.erl))))) +@@ -265,6 +265,7 @@ format: compile +=09$(call FORMAT) =C2=A0 =C2=A0 test_formatted: compile -+=09bin/elixir bin/mix format lib/mix/lib/mix/scm/git.ex - =09bin/elixir bin/mix format --check-formatted ++=09$(call FORMAT,lib/mix/lib/mix/scm/git.ex) +=09$(call FORMAT,--check-formatted) =C2=A0 =C2=A0 test_erlang: compile $(TEST_ERLS) -- 2.25.0