From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51045) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iW4X8-00062Q-T4 for guix-patches@gnu.org; Sat, 16 Nov 2019 15:19:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iW4X7-0003Cs-Vd for guix-patches@gnu.org; Sat, 16 Nov 2019 15:19:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59156) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iW4X7-0003Ck-Sk for guix-patches@gnu.org; Sat, 16 Nov 2019 15:19:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iW4X7-0004Xt-NP for guix-patches@gnu.org; Sat, 16 Nov 2019 15:19:01 -0500 Subject: [bug#38234] gnu: elixir: Update to 1.9.4. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:50958) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iW4Wg-0005XY-R9 for guix-patches@gnu.org; Sat, 16 Nov 2019 15:18:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iW4Wf-0002p7-KJ for guix-patches@gnu.org; Sat, 16 Nov 2019 15:18:34 -0500 Received: from w4.tutanota.de ([81.3.6.165]:53070) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iW4Wf-0002na-EE for guix-patches@gnu.org; Sat, 16 Nov 2019 15:18:33 -0500 Received: from w2.tutanota.de (unknown [192.168.1.163]) by w4.tutanota.de (Postfix) with ESMTP id 4C51010601FE for ; Sat, 16 Nov 2019 20:18:31 +0000 (UTC) Date: Sat, 16 Nov 2019 21:18:30 +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: 38234@debbugs.gnu.org * gnu/packages/elixir.scm (elixir): Update to 1.9.4. --- gnu/packages/elixir.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm index 144a8cc4e7..7420bc4963 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.2") +=C2=A0=C2=A0=C2=A0 (version "1.9.4") =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 "19yn6nx6r627f5zbyc7ckg= r96d6b45sgwx95n2gp2imqwqvpj8wc")) +=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 (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 -- 2.21.0