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 01:06:14 -0500 Message-ID: <20161126060614.GB12092@jasmine> References: <20161123190437.23966-1-ng0@libertad.pw> <20161123190437.23966-2-ng0@libertad.pw> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAW82-0002ir-4v for guix-devel@gnu.org; Sat, 26 Nov 2016 01:06:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAW7s-0007sx-W2 for guix-devel@gnu.org; Sat, 26 Nov 2016 01:06:21 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:56170) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cAW7s-0007sZ-Rg for guix-devel@gnu.org; Sat, 26 Nov 2016 01:06:16 -0500 Content-Disposition: inline In-Reply-To: <20161123190437.23966-2-ng0@libertad.pw> 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: ng0 Cc: guix-devel@gnu.org 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(-) > > 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 © 2016 ng0 > +;;; Copyright © 2016 ng0 > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -155,7 +155,7 @@ including psyced.") > > ;; This commit removes the historic bundled pcre, not released as a tarball 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.