From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: Add gnome-themes-standard. Date: Tue, 04 Nov 2014 17:52:27 +0100 Message-ID: <87sihyzz5g.fsf@gnu.org> References: <87sii07x41.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlhL1-0000PI-Ix for guix-devel@gnu.org; Tue, 04 Nov 2014 11:52:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlhKv-0006W3-E4 for guix-devel@gnu.org; Tue, 04 Nov 2014 11:52:11 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:46814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlhKv-0006Vx-7Y for guix-devel@gnu.org; Tue, 04 Nov 2014 11:52:05 -0500 In-Reply-To: (Federico Beffa's message of "Tue, 4 Nov 2014 12:15:15 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > On Mon, Nov 3, 2014 at 11:11 PM, Ludovic Court=C3=A8s wrot= e: >>> +;; The version of this package should be the same as the version of >>> +;; gnome-desktop. >>> +(define-public gnome-themes-standard >>> + (package >>> + (name "gnome-themes-standard") >>> + (version "3.10.0") >> >> Please use (version (package-version gnome-desktop)) here, and put the >> comment just above it. > > I thought about this, but did not do it because, if the version > changes, then you also need to change the hash. So, if someone > changes gnome-desktop without bothering about gnome-themes-standard, > then the latter would break. I think using (package-version gnome-desktop) would make the intent clear, and the breakage that would occur would give a heads-up and an incentive to fix it. How does that sound? Ludo=E2=80=99.