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 OJvJOleUi2KtHgAAbAwnHQ (envelope-from ) for ; Mon, 23 May 2022 16:04:08 +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 QIZyOleUi2JEEQAAauVa8A (envelope-from ) for ; Mon, 23 May 2022 16:04:07 +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 6B179FD6F for ; Mon, 23 May 2022 16:04:07 +0200 (CEST) Received: from localhost ([::1]:41882 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nt8fG-00078b-M1 for larch@yhetil.org; Mon, 23 May 2022 10:04:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39202) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt8fC-000780-3Q for guix-patches@gnu.org; Mon, 23 May 2022 10:04:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55997) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nt8fB-00061M-QG for guix-patches@gnu.org; Mon, 23 May 2022 10:04:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nt8fB-0000U2-NM for guix-patches@gnu.org; Mon, 23 May 2022 10:04:01 -0400 Subject: bug#54187: [PATCH] gnu: Add python-django-3.1.14 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 23 May 2022 14:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54187 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch moreinfo To: Pradana Adrinusa AUMARS Cc: 54187-done@debbugs.gnu.org Mail-Followup-To: 54187@debbugs.gnu.org, ludo@gnu.org, paumars@courrier.dev Received: via spool by 54187-done@debbugs.gnu.org id=D54187.16533146171819 (code D ref 54187); Mon, 23 May 2022 14:04:01 +0000 Received: (at 54187-done) by debbugs.gnu.org; 23 May 2022 14:03:37 +0000 Received: from localhost ([127.0.0.1]:49893 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nt8en-0000TH-Gs for submit@debbugs.gnu.org; Mon, 23 May 2022 10:03:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45830) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nt8em-0000T6-KN for 54187-done@debbugs.gnu.org; Mon, 23 May 2022 10:03:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34646) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt8eg-0005zZ-JS; Mon, 23 May 2022 10:03:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=KhECZYNQjX3sBIlfNsLhE0k7lkhCxiJQUDjijoQy6hc=; b=b54VNaiY9TCJTELcmCo3 P3goRo1I1fQn3IzOao0PSDOe9MjAkuuhK1i2liXME/d49+8gZbwS4YtRXbOuCGOwmz8+3RiQ1viTg NxUXijdKbBLvVyDiOuKi35dzgVg0H2YDQAc+uZay8cwIjqvyhs5tUa5SDlcJ+rE5yz6BXbM6UYMtI 7/Apb+0Q/Cdnvh1JpfTauTpMC0JUWgG9iPk9vQy8JtoLUsfR67DX8Opvbz+LIVaDG5yP0cO03m+h1 KJjT7Q7+eB4WmflXcrGRc2JeMVwG3XMbqSPhdD1fCtvu1tPNNorrEorQlwMbfx0MxM5YXVD1+B7Lp t7m0gpUvZOA3Eg==; Received: from [193.50.110.143] (port=57654 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt8eg-0002l3-6I; Mon, 23 May 2022 10:03:30 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <4c27a4d90d571e4893ff378ae6dc7b0bbc308cb7.camel@courrier.dev> (Pradana Adrinusa AUMARS's message of "Sun, 27 Feb 2022 17:29:56 +0100") References: <4c27a4d90d571e4893ff378ae6dc7b0bbc308cb7.camel@courrier.dev> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Date: Mon, 23 May 2022 16:03:28 +0200 Message-ID: <87ee0k5osv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: , 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=1653314647; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=KhECZYNQjX3sBIlfNsLhE0k7lkhCxiJQUDjijoQy6hc=; b=dJF0p1nCG0XlrjCcgmbJOFuSc7AwPgUBbdXjEewF5AnDG0Msvgst3NSSU2NMKYT93unM00 8WyurN4FZ653sY1HRcBfhUFVUyYlSr31J9ljU6r/ldO9namoTw9i9XgtSIkHZxYMJ/cr/m czhEw2itOwVxOoIxJrhpASGRs0lBjtDaFqXHitZn2HmHNTyqfSMOdiLkxaL9LbbCcxy8ha ih96eCP2BdWmdksFXJKkMYM38x0iKuk0tkrL3VJ3J3+e0wna23AuQChsjZaVIU7nmMr89I xJx0+EaQyV+Tn+DLfWT5Hdk7H3yki/tggsxLI5YRRrVag99ipxqTuZSKz2Ks4A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1653314647; a=rsa-sha256; cv=none; b=sPVCO5kC0cMeuhhHKsAbC16uuUiQ28lanfubUE0cIIp8IRyGvpijnJB/EiToBYlEBuqUXa 5HHUA1LYxbYFCe1cuUm2G7tAboK8P2QGtJD4MWXG87gl0mxW+UKuYb9cgDpsSYRAV84Nx/ msArH0bKlCvEPUNM5na3IRMrPiNkKBPDwSxu8LRKkoJ6ZbvcHeqWnDM7/5aZcwdIqTDnKV f5zmzHlDmXw/QSIQh1+aegZAznvhDaq17MnNq4yA4xHihAG/ToqxJrGVN1BiPzp4Mh7Yk4 5hqPPEeFz4ErkZ2mqd41IGtrKG/zQwKs5jFs1Vq4AGmlNKBksMU5hSYvG6dqmg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=b54VNaiY; dmarc=pass (policy=none) header.from=gnu.org; 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: -3.95 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=b54VNaiY; dmarc=pass (policy=none) header.from=gnu.org; 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: 6B179FD6F X-Spam-Score: -3.95 X-Migadu-Scanner: scn1.migadu.com X-TUID: JVfecfVXU9gm Hi, Pradana Adrinusa AUMARS skribis: >>>From f7d588b61dd5a00a9a199121f24ede058423d518 Mon Sep 17 00:00:00 2001 > From: Pradana AUMARS > Date: Sun, 27 Feb 2022 17:25:16 +0100 > Subject: [PATCH] gnu: Add python-django-3.1.14 > > * gnu/packages/django.scm (python-django-3.1.14): New variable. Finally applied, thanks! Ludo=E2=80=99.