From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dRvup-0004CS-9b for guix-patches@gnu.org; Mon, 03 Jul 2017 03:37:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dRvuo-0000AY-Hs for guix-patches@gnu.org; Mon, 03 Jul 2017 03:37:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46704) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dRvuo-0000AI-DS for guix-patches@gnu.org; Mon, 03 Jul 2017 03:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dRvuo-00081z-6d for guix-patches@gnu.org; Mon, 03 Jul 2017 03:37:02 -0400 Subject: [bug#27546] [PATCH] Add wine stable release Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87zico2x1l.fsf@nicolasgoaziou.fr> <20170701173817.GA29000@jasmine.lan> <87k23s0wsu.fsf@nicolasgoaziou.fr> <20170702114212.GA30356@jasmine.lan> <87o9t27u5r.fsf@gnu.org> <87bmp21qga.fsf@nicolasgoaziou.fr> Date: Mon, 03 Jul 2017 09:33:55 +0200 In-Reply-To: <87bmp21qga.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sun, 02 Jul 2017 23:25:41 +0200") Message-ID: <87lgo6rn30.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: Nicolas Goaziou Cc: 27546@debbugs.gnu.org Hello, Nicolas Goaziou skribis: > From 0198473e04fd7f885a6ead5d2ecc5aa1962fd935 Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Sat, 1 Jul 2017 13:42:34 +0200 > Subject: [PATCH] gnu: wine: Add stable release. > > * gnu/packages/wine.scm (wine): Refer to stable release instead of develo= pment > one. > (wine-next): New variable. [...] > +;; TODO: This is wine development version, provided for historical reaso= ns. > +;; We can remove it as soon as a new stable release is out. > +(define-public wine-next > + (package (inherit wine) > + (name "wine") ^~-- Should be =E2=80=9Cwine-next=E2=80=9D. Otherwise LGTM, thank you! Ludo=E2=80=99.