From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH 1/4] gnu: Add perl-net-psyc. Date: Sun, 02 Oct 2016 10:35:43 +0000 Message-ID: <87shsf6nsw.fsf@we.make.ritual.n0.is> References: <20160929103810.10273-1-ngillmann@runbox.com> <20161002014632.GA26660@jasmine> 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]:53298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqe7f-0001fl-6b for guix-devel@gnu.org; Sun, 02 Oct 2016 06:35:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqe7b-0006KG-Jg for guix-devel@gnu.org; Sun, 02 Oct 2016 06:35:55 -0400 Received: from aibo.runbox.com ([91.220.196.211]:60143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqe7b-0006K8-CI for guix-devel@gnu.org; Sun, 02 Oct 2016 06:35:51 -0400 In-Reply-To: <20161002014632.GA26660@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > On Thu, Sep 29, 2016 at 10:38:07AM +0000, ng0 wrote: >> * gnu/packages/psyc.scm: New file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > >> + (source >> + (origin >> + (method url-fetch) >> + (uri (string-append "http://perl.psyc.eu/" >> + "perlpsyc-" version ".zip")) >> + (file-name (string-append name "-" version ".zip")) >> + (sha256 >> + (base32 >> + "1lw6807qrbmvzbrjn1rna1dhir2k70xpcjvyjn45y35hav333a42")) > > This is the wrong hash. > http://lists.gnu.org/archive/html/guix-devel/2016-09/msg02076.html No, it's not. Our server recently had to be moved and I don't know what happened during that time, but to make sure I checked the download before I commited the new series and repeated that check just now: ng0@shadowwalker ~/re-src$ wget http://perlpsyc.psyc.eu/perlpsyc-1.1.zip --2016-10-02 10:34:12-- http://perlpsyc.psyc.eu/perlpsyc-1.1.zip Resolving perlpsyc.psyc.eu (perlpsyc.psyc.eu)... 188.40.42.221 Connecting to perlpsyc.psyc.eu (perlpsyc.psyc.eu)|188.40.42.221|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 444423 (434K) [application/zip] Saving to: ‘perlpsyc-1.1.zip’ perlpsyc-1.1.zip 100%[=====================================>] 434.01K 927KB/s in 0.5s 2016-10-02 10:34:12 (927 KB/s) - ‘perlpsyc-1.1.zip’ saved [444423/444423] ng0@shadowwalker ~/re-src$ guix hash perlpsyc-1.1.zip 1lw6807qrbmvzbrjn1rna1dhir2k70xpcjvyjn45y35hav333a42 ng0@shadowwalker ~/re-src$ --