From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#15762: guix refresh -u broken Date: Wed, 30 Oct 2013 20:51:34 +0100 Message-ID: <20131030195134.GA32042@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbbpI-0002lM-0i for bug-guix@gnu.org; Wed, 30 Oct 2013 15:53:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vbbp8-0007gy-J2 for bug-guix@gnu.org; Wed, 30 Oct 2013 15:53:11 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:39367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbbp8-0007gt-FQ for bug-guix@gnu.org; Wed, 30 Oct 2013 15:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Vbbp8-0002TW-7Z for bug-guix@gnu.org; Wed, 30 Oct 2013 15:53:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbbnw-0002bq-QF for bug-guix@gnu.org; Wed, 30 Oct 2013 15:51:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vbbnm-0007Vz-Rt for bug-guix@gnu.org; Wed, 30 Oct 2013 15:51:48 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:64563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbbnm-0007VV-HW for bug-guix@gnu.org; Wed, 30 Oct 2013 15:51:38 -0400 Content-Disposition: inline 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: 15762@debbugs.gnu.org Hello, when executing guix refresh -u libextractor a new file is downloaded, the signature checked successfully, the statement gnu/packages/gnunet.scm:42:3: libextractor: updating from version 1.1 to version 1.2...is printed, but the file is not updated. Andreas