From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Package inputs in manifests Date: Sat, 23 Nov 2019 15:05:49 +0100 Message-ID: <878so67kn6.fsf@gnu.org> References: <87mudrxvs8.fsf@ambrevar.xyz> <87mudd59ho.fsf@gnu.org> <877e4glyc3.fsf@ambrevar.xyz> <87ftj1x8fw.fsf@gnu.org> <87mucupz8k.fsf_-_@gnu.org> <20191117231019.GA1008@PhantoNv4ArchGx.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45077) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYW2s-0000uw-Mn for guix-devel@gnu.org; Sat, 23 Nov 2019 09:05:55 -0500 In-Reply-To: <20191117231019.GA1008@PhantoNv4ArchGx.localdomain> (Bengt Richter's message of "Sun, 17 Nov 2019 15:11:55 -0800") 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" To: Bengt Richter Cc: Guix Devel Hi, Bengt Richter skribis: > Can "collisions" be collisions even if the targets are bit-identical? Collisions are when the same package appears several times with different version strings, or when the same package/version appears several times with a different store item. Ludo=E2=80=99.