From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOmRz-0005nf-Mx for guix-patches@gnu.org; Mon, 19 Nov 2018 11:31:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOmRy-0003X9-VG for guix-patches@gnu.org; Mon, 19 Nov 2018 11:31:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56887) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gOmRy-0003Wk-Q4 for guix-patches@gnu.org; Mon, 19 Nov 2018 11:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gOmRy-0007xf-Kv for guix-patches@gnu.org; Mon, 19 Nov 2018 11:31:02 -0500 Subject: [bug#33185] [PATCH 3/7] gnu: Add python-django-pipeline. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181028092702.22549-1-mail@cbaines.net> <20181028092702.22549-3-mail@cbaines.net> Date: Mon, 19 Nov 2018 17:30:44 +0100 In-Reply-To: <20181028092702.22549-3-mail@cbaines.net> (Christopher Baines's message of "Sun, 28 Oct 2018 09:26:58 +0000") Message-ID: <87y39pxc5n.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Christopher Baines Cc: 33185@debbugs.gnu.org Christopher Baines skribis: > * gnu/packages/django.scm (python-django-pipeline, python2-django-pipeline): > New variables. LGTM!