From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53251) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7SJL-0008Tc-94 for guix-patches@gnu.org; Mon, 09 Sep 2019 18:39:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7SJK-00036c-Bw for guix-patches@gnu.org; Mon, 09 Sep 2019 18:39:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60112) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i7SJK-00036Y-8y for guix-patches@gnu.org; Mon, 09 Sep 2019 18:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i7SJK-0006k1-6R for guix-patches@gnu.org; Mon, 09 Sep 2019 18:39:02 -0400 Subject: bug#37322: [PATCH v2 1/2] added versoining to crate import Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190909153605.1484-1-mjbecze@riseup.net> Date: Tue, 10 Sep 2019 00:38:50 +0200 In-Reply-To: <20190909153605.1484-1-mjbecze@riseup.net> (Martin Becze's message of "Mon, 9 Sep 2019 11:36:04 -0400") Message-ID: <877e6hxfgl.fsf@gnu.org> 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: Martin Becze Cc: 37322-done@debbugs.gnu.org Hi Martin, Martin Becze skribis: > --- > guix/import/crate.scm | 12 +++++++++--- > guix/scripts/import/crate.scm | 10 +++++++++- > 2 files changed, 18 insertions(+), 4 deletions(-) Pushed as fd63ecbe050bf8fa7c8ff0a003d56cce97b6ded1. I tweaked quite a few things, mostly for cosmetic reasons, and added a commit log that follows our conventions. Please take a look! Thank you, Ludo=E2=80=99.