From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 2O3tBeatEmMgowAAbAwnHQ (envelope-from ) for ; Sat, 03 Sep 2022 03:29:10 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id GAfvBeatEmN6hQEAauVa8A (envelope-from ) for ; Sat, 03 Sep 2022 03:29:10 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B5DEE38A10 for ; Sat, 3 Sep 2022 03:29:09 +0200 (CEST) Received: from localhost ([::1]:53100 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oUHy8-0001Hk-Ue for larch@yhetil.org; Fri, 02 Sep 2022 21:29:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40006) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUHy2-0001HJ-Bh for guix-patches@gnu.org; Fri, 02 Sep 2022 21:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51907) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oUHy2-0004uE-2m for guix-patches@gnu.org; Fri, 02 Sep 2022 21:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oUHy1-0004nO-T5 for guix-patches@gnu.org; Fri, 02 Sep 2022 21:29:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57554] [Patch] Bump Elixir to 1.14.0 Resent-From: Cees de Groot Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 03 Sep 2022 01:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57554 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57554@debbugs.gnu.org X-Debbugs-Original-To: "guix-patches@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.166216852118401 (code B ref -1); Sat, 03 Sep 2022 01:29:01 +0000 Received: (at submit) by debbugs.gnu.org; 3 Sep 2022 01:28:41 +0000 Received: from localhost ([127.0.0.1]:40606 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUHxh-0004mi-Et for submit@debbugs.gnu.org; Fri, 02 Sep 2022 21:28:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:43436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUHxf-0004mZ-Kk for submit@debbugs.gnu.org; Fri, 02 Sep 2022 21:28:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55100) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUHxe-0001Et-Ur for guix-patches@gnu.org; Fri, 02 Sep 2022 21:28:39 -0400 Received: from mail-4018.proton.ch ([185.70.40.18]:59045) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUHxc-0004rE-Hp for guix-patches@gnu.org; Fri, 02 Sep 2022 21:28:38 -0400 Date: Sat, 03 Sep 2022 01:28:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=evrl.com; s=protonmail; t=1662168513; x=1662427713; bh=kmfrwp0QnjGqdceM6c1kAQ699rup6pkLzYs499yZSMI=; h=Date:To:From:Reply-To:Subject:Message-ID:Feedback-ID:From:To:Cc: Date:Subject:Reply-To:Feedback-ID:Message-ID; b=Fu5gWiq3Z91DMMfrt5Z2VKSL6oxaNeWFaoIauelY+FARxNN4NlbYN+nyYgiRKXoob 5pwIf8z8mEkPwfQ31qIgMDpa9mSSzm1JcrkIdk8MwUw43vh25e7MIDdIq9SepUNrgM XbW9A8wx3pkoMXaAbP2UGeLUoHBKx/fHMkllbVxgqt57G+RzHvGUz4xPnitTZKZ7n9 G37tprt/Y4sFIYmCKrCPGWhsdugWoUAAqaueZtZ+0h1BCMClPGRLiPhQ6hJv2wKlBB FVcwAmKKEfi3n+Zp9kFpPPNENgXeTa2/XtpO6ZKagewO4fzafYR/pQtUZ/WFRlk6Et sM9dps1f5rw+w== From: Cees de Groot Message-ID: Feedback-ID: 28366494:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.18; envelope-from=cg@evrl.com; helo=mail-4018.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Cees de Groot Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1662168549; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=kmfrwp0QnjGqdceM6c1kAQ699rup6pkLzYs499yZSMI=; b=bYoS2dmJhZsf8bMr6EomjfOlucP4gsb1zkRDXcACUu/geMANl7v8dIeM1DEN64pqT5Xde5 pLqn+/uQXkNR+L3v8vxArrnXWw87pIYFJViSwN8vgsZzXKcc/gSvA3fc3y55lrq6QH135o IGijraDxXs9EYd2eM62hlqV+UxvwMOOXetPqEzYIeGG8NE474vjolRc2e78ukSD3PcnZp6 1ntrOqyQm/3KkSC+X8hifIYUDnfDyiSp7Bpr5iki0pCBxD4NVMReDQ+Wgj9hhxo94rElFM AGxvmT9e0E7ADNBUq2mNS/Is/Eg010P1I9uZ86i47euPii4N3yCK0xvB+cLUrw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1662168549; a=rsa-sha256; cv=none; b=mwJLg4OF7ClQbk5fc93vnnRycgHFKRIFRohwkAoWyNNKene+PNdckf+Otd+DVQOCnfZUZN VLG4XL4KJ6tpOc77iTphqRZPhztICXh/RD+cTTtMod93B2xWEXM1sLHvmxlITBLnwT1wjR el8zoI7/STJYWf5PhoTX3S45BYNucIdd0QECK1M74j5tsQqDb0YpBoDtogVgSqttYlEMg8 Nt3T9ySuhYJ6nid5xXTcfCZkl0TKKXmxK2Uu4f+MmDVzkwT2zINVq600EFz8KU7r2kxnI/ GVHforxVEHFlNYixRvYrCO+dovyW2hvVT4LrxCLjW1qV0Nwd+VoKmoLEm1Bbmg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=evrl.com header.s=protonmail header.b=Fu5gWiq3; dmarc=fail reason="SPF not aligned (relaxed)" header.from=evrl.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 7.53 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=evrl.com header.s=protonmail header.b=Fu5gWiq3; dmarc=fail reason="SPF not aligned (relaxed)" header.from=evrl.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: B5DEE38A10 X-Spam-Score: 7.53 X-Migadu-Scanner: scn1.migadu.com X-TUID: mWgP8Msbt4mI Subject: [PATCH] Bump Elixir version to 1.14.0 1.14.0 is the latest released version. --- 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 0261a40458..724b42512c 100644 --- a/gnu/packages/elixir.scm +++ b/gnu/packages/elixir.scm @@ -36,7 +36,7 @@ (define-module (gnu packages elixir) (define-public elixir (package (name "elixir") - (version "1.13.4") + (version "1.14.0") (source (origin (method git-fetch) @@ -45,7 +45,7 @@ (define-public elixir (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1z19hwnv7czmg3p56hdk935gqxig3x7z78yxckh8fs1kdkmslqn4")) + (base32 "16rc4qaykddda6ax5f8zw70yhapgwraqbgx5gp3f40dvfax3d51l")) (patches (search-patches "elixir-path-length.patch")))) (build-system gnu-build-system) (arguments --=20 2.34.1