From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#39771: [core-updates] 'guix pull' and './pre-inst-env' produces different derivations Date: Sun, 08 Mar 2020 21:59:28 +0100 Message-ID: <87eeu28swf.fsf@gnu.org> References: <87a7574qnf.fsf@devup.no> <87imjmk4ip.fsf@devup.no> <87d09ujykb.fsf@devup.no> <87pnduwdvn.fsf@ngyro.com> 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]:51345) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jB31o-0000K2-7E for bug-guix@gnu.org; Sun, 08 Mar 2020 17:00:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jB31n-0006QJ-7G for bug-guix@gnu.org; Sun, 08 Mar 2020 17:00:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43391) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jB31n-0006PY-3X for bug-guix@gnu.org; Sun, 08 Mar 2020 17:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jB31m-0005RO-Vz for bug-guix@gnu.org; Sun, 08 Mar 2020 17:00:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87pnduwdvn.fsf@ngyro.com> (Timothy Sample's message of "Mon, 02 Mar 2020 18:11:56 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 39771@debbugs.gnu.org Hi! Timothy Sample skribis: > It should be using =E2=80=9Cpackage-version=E2=80=9D to get the versions = from the parent > packages. Fixed in 0b870f7915f5da43758753fd088a22033936dc50. Alternately, you can write: (arguments `(=E2=80=A6 ,(package-version this-package) =E2=80=A6)) so that the version number remains correct when inheriting (=E2=80=98this-package=E2=80=99 is a self reference.) Ludo=E2=80=99.