From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJRTy-0002Cy-U2 for guix-patches@gnu.org; Sun, 04 Nov 2018 18:07:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJRTy-0003Bg-7y for guix-patches@gnu.org; Sun, 04 Nov 2018 18:07:02 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58388) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gJRTy-0003BY-2u for guix-patches@gnu.org; Sun, 04 Nov 2018 18:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gJRTx-000344-SW for guix-patches@gnu.org; Sun, 04 Nov 2018 18:07:01 -0500 Subject: bug#33220: [PATCH] python-ilinkedlist 0.2.0 Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181031191326.51136527@gmail.com> Date: Mon, 05 Nov 2018 00:06:21 +0100 In-Reply-To: <20181031191326.51136527@gmail.com> (Luther Thompson's message of "Wed, 31 Oct 2018 19:13:26 -0400") Message-ID: <877ehso32q.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: Luther Thompson Cc: 33220-done@debbugs.gnu.org Hello, Luther Thompson skribis: > I tried to get the commit message right, but I don't know what that > "gnu:" is at the beginning of each message in the git log. Does it just > mean the change is in the `(gnu packages)` module? I went ahead and put > it in anyway. Yes, the =E2=80=9Cgnu:=E2=80=9D prefix is meant to denote changes to (gnu p= ackages =E2=80=A6). >>>From b30c1bee3a0324cc29816dff6e0d3321e403330e Mon Sep 17 00:00:00 2001 > From: Luther Thompson > Date: Wed, 31 Oct 2018 18:56:10 -0400 > Subject: [PATCH] gnu: python-ilinkedlist: Update to 0.2.0. > > * gnu/packages/python.scm (python-ilinkedlist): Update to 0.2.0. Applied, thanks! Ludo=E2=80=99.