From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/2] gnu: psyclpc: Make it reproducible. Date: Sat, 26 Nov 2016 13:26:31 -0500 Message-ID: <20161126182631.GC15188@jasmine> References: <20161123190437.23966-1-ng0@libertad.pw> <20161123190437.23966-2-ng0@libertad.pw> <20161126060614.GB12092@jasmine> <87d1hihawd.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAhgN-00087e-FI for guix-devel@gnu.org; Sat, 26 Nov 2016 13:26:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAhgM-0000R3-It for guix-devel@gnu.org; Sat, 26 Nov 2016 13:26:39 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:50325) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cAhgM-0000Qr-F8 for guix-devel@gnu.org; Sat, 26 Nov 2016 13:26:38 -0500 Content-Disposition: inline In-Reply-To: <87d1hihawd.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> 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: Marius Bakke Cc: guix-devel@gnu.org --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 26, 2016 at 10:02:10AM +0100, Marius Bakke wrote: > Leo Famulari writes: >=20 > > On Wed, Nov 23, 2016 at 07:04:36PM +0000, ng0 wrote: > >> * gnu/packages/psyc.scm (psyclpc): Make it reproducible. > >> --- > >> gnu/packages/psyc.scm | 6 +++--- > >> 1 file changed, 3 insertions(+), 3 deletions(-) > >>=20 > >> diff --git a/gnu/packages/psyc.scm b/gnu/packages/psyc.scm > >> index 03df188..01bbae6 100644 > >> --- a/gnu/packages/psyc.scm > >> +++ b/gnu/packages/psyc.scm > >> @@ -1,5 +1,5 @@ > >> ;;; GNU Guix --- Functional package management for GNU > >> -;;; Copyright =A9 2016 ng0 > >> +;;; Copyright =A9 2016 ng0 > >> ;;; > >> ;;; This file is part of GNU Guix. > >> ;;; > >> @@ -155,7 +155,7 @@ including psyced.") > >> =20 > >> ;; This commit removes the historic bundled pcre, not released as a t= arball so far. > >> (define-public psyclpc > >> - (let* ((commit "8bd51f2a4847860ba8b82dc79348ab37d516011e") > >> + (let* ((commit "61cf9aa81297085e5c40170fd01221c752f8deba") > >> (revision "1")) > > > > Is it a newer commit? I think the revision counter should increase to 2. > > Or else `guix pcakage -u` won't update users' psyclpc installations. >=20 > Doesn't it? I was under the impression that `guix package -u` detected > when the derivation has changed, and updates to the current version > regardless of version number. Ah, you're right! --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlg509cACgkQJkb6MLrK fwgKFhAAkaPRA3vqyeHta0KueWEbn1SX7e3XVW+jX+/R6rg6frgWKo2m3wLCplZA /iQx15n72OtlYwKA+2NgzhS3A7KC7Al3KSD56jvyYQUdRg1Dmo7+3PEjMecYt4oj OaJz4nVgz7w2IawsmJ8VoofPd0hp+Xk0WkQTyCSobTiV9rMr4O81wqIe3pvCbVZ+ FrRETXNEm4VmuN7+JuwFoYCpCGNDGALep914lUD729hP1A4V0R+YY08FB7BUdFOY apLdwIPJ/De8TYbcEf1J7SWO7Fq+4G0rb0r/dqO8eGDBcQyHf80kluwkF2i6K43x mg9X8lvKHbb7cJbIFt06NG9rzMjtV/dx+oR1IsC/ktGrISa8S0dyPONlSEnCctRi b9TGpFp4oyYimgMWsyTdt/dpV/qcvmXPzLYPWl36j8UiokVa/CS2JXtDaesCks9e zDeyo4N6uRo3Ya4cDvP/A3ZXwVHdjkaNN8+q9KZEHKMnKOYEvpGP4AP3rpeE1baR QSFyVibByUWKhWsm++P2h3QAFf+MiDVZm5DdqNjRC9kv7BaI78YTpKtSVy+/UCoR Tk3pZT2KVMeuqVxK3eKBiGemOm9pMipkH422o12DEyzIwGs/vmK+6uzerAfoGtC4 9/R9fqSIatw7tvAozupvB/h+qNZ+xEDn0UjqAfVAiVdoLzHR0Dg= =ue1p -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf--