From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#14890: Wrong hash for tzdata Date: Wed, 17 Jul 2013 10:18:20 +0200 Message-ID: <201307171018.20213.andreas@enge.fr> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzMwz-0008O5-Py for bug-guix@gnu.org; Wed, 17 Jul 2013 04:19:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzMww-0003PS-M6 for bug-guix@gnu.org; Wed, 17 Jul 2013 04:19:05 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:37456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzMww-0003PN-JA for bug-guix@gnu.org; Wed, 17 Jul 2013 04:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1UzMwv-0006pf-QM for bug-guix@gnu.org; Wed, 17 Jul 2013 04:19:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzMwO-0008Ml-NP for bug-guix@gnu.org; Wed, 17 Jul 2013 04:18:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzMwL-0003Kg-OW for bug-guix@gnu.org; Wed, 17 Jul 2013 04:18:28 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:51334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzMwL-0003KU-F9 for bug-guix@gnu.org; Wed, 17 Jul 2013 04:18:25 -0400 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.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 14890@debbugs.gnu.org $ guix build tzdata --no-substitutes -S ... starting download of `/nix/store/gryg2h8lp3s8cc4zgxw14yn7d0wgc9lq- tzdata2013d.tar.gz' from `http://www.iana.org/time- zones/repository/releases/tzdata2013d.tar.gz'... http://www.iana.org/.../tzdata2013d.tar.gz 100.0% of 213.8 KiB output path `/nix/store/gryg2h8lp3s8cc4zgxw14yn7d0wgc9lq- tzdata2013d.tar.gz' should have sha256 hash `08jzd8y2xkgd89wqrv3835pqr48yjabaczxr2rmg42zaykr11an0', instead has `011v63ppr73vhjgxv00inkn5pc7z48i8lhbapkpdq3kfczq9c76d' ... According to the iana web page, the file was released on July 5, while the update of the package dates from July 7. Andreas