From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 5/5] gnu: Add emacs-mmm-mode Date: Wed, 01 Jul 2015 20:49:54 +0300 Message-ID: <878uazoji5.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAM8w-0001VW-G2 for guix-devel@gnu.org; Wed, 01 Jul 2015 13:49:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAM8t-0006ln-83 for guix-devel@gnu.org; Wed, 01 Jul 2015 13:49:54 -0400 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:36813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAM8s-0006kM-Vb for guix-devel@gnu.org; Wed, 01 Jul 2015 13:49:51 -0400 Received: by lbbpo10 with SMTP id po10so17490438lbb.3 for ; Wed, 01 Jul 2015 10:49:50 -0700 (PDT) In-Reply-To: (Federico Beffa's message of "Sun, 21 Jun 2015 10:33:23 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Federico Beffa Cc: Guix-devel I think I've found a problem with downloading packages from melpa-stable (probably the same will be with 'melpa', but I don't know). I tried to build this 'emacs-mmm-mode' package but it failed because does not exist anymore (because the current version is 0.5.4). It looks like (I'm absolutely not sure though) once the new version appears on melpa-stable, the previous tarball is being deleted, which makes the current guix recipe of this package unusable. -- Alex