From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH 1/2] gnu: psyclpc: Make it reproducible. Date: Wed, 23 Nov 2016 19:10:52 +0000 Message-ID: <87lgwa2ern.fsf@we.make.ritual.n0.is> References: <20161123190437.23966-1-ng0@libertad.pw> <20161123190437.23966-2-ng0@libertad.pw> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9cwx-0000kh-Sr for guix-devel@gnu.org; Wed, 23 Nov 2016 14:11:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c9cws-0007d5-V0 for guix-devel@gnu.org; Wed, 23 Nov 2016 14:11:19 -0500 Received: from aibo.runbox.com ([91.220.196.211]:50379) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c9cws-0007cH-Ka for guix-devel@gnu.org; Wed, 23 Nov 2016 14:11:14 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1c9cwq-0004fM-Up for guix-devel@gnu.org; Wed, 23 Nov 2016 20:11:13 +0100 Received: from xd9bb9bef.dyn.telefonica.de ([217.187.155.239] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1c9cwY-0006EL-18 for guix-devel@gnu.org; Wed, 23 Nov 2016 20:10:54 +0100 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: guix-devel@gnu.org ng0 writes: > * 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. This comment should be updated to: ;; This commit removes the historic bundled pcre and makes psyclpc reproducible. Can whoever commits the first or second patch into master update the comment? Thanks! > (define-public psyclpc > - (let* ((commit "8bd51f2a4847860ba8b82dc79348ab37d516011e") > + (let* ((commit "61cf9aa81297085e5c40170fd01221c752f8deba") > (revision "1")) > (package > (name "psyclpc") > @@ -168,7 +168,7 @@ including psyced.") > (file-name (string-append name "-" version "-checkout")) > (sha256 > (base32 > - "10w4kx9ygcv1lcmd7j4knvjiy8dac1y3hjfv3lhp67jpv6w3iagz")))) > + "1viwqymbhn3cwvx0zl58rlzl5gw47zxn0ldg2nbi55ghm5zxl1z5")))) > (build-system gnu-build-system) > (arguments > `(#:tests? #f ; There are no tests/checks. > -- > 2.10.2 > > -- ♥Ⓐ ng0 | ng0.chaosnet.org