From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56190) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hieYR-0007zx-9K for guix-patches@gnu.org; Wed, 03 Jul 2019 08:40:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hieYQ-0007Kc-AA for guix-patches@gnu.org; Wed, 03 Jul 2019 08:40:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39710) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hieYM-0007IX-Pn for guix-patches@gnu.org; Wed, 03 Jul 2019 08:40:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hieYM-0006To-I3 for guix-patches@gnu.org; Wed, 03 Jul 2019 08:40:02 -0400 Subject: [bug#36446] [PATCH] Add grisbi Resent-Message-ID: Date: Wed, 3 Jul 2019 09:00:11 +0200 From: Tanguy Le Carrour Message-ID: <20190703070011.6oywboheryvbsnua@rafflesia.localdomain> References: <20190630115445.e4td6p7upcsrk6hg@melmoth> <20190702093317.GD22794@macbook41> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190702093317.GD22794@macbook41> 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: Efraim Flashner Cc: 36446@debbugs.gnu.org Le 07/02, Efraim Flashner a écrit : > I haven't checked the package, but one thing stood out to me: > > On Sun, Jun 30, 2019 at 01:54:45PM +0200, Tanguy Le Carrour wrote: > > --- > > + (version "1.2.2") > > + (source > > + (origin > > + (method url-fetch) > > + (uri (string-append > > + "mirror://sourceforge/grisbi/grisbi%20stable/1.2.x" > > 1.2.x could instead be: > (verion-major+minor version) ".x" Thanks for the tip! I didn't know about this one, but it makes perfect sense! Am I supposed to update my patch and re-submit it? (sorry, newbie! ^_^') -- Tanguy