From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: [PATCH] gnu: xz: Update to 5.2.1 Date: Sat, 12 Sep 2015 19:56:45 +0800 Message-ID: <87io7fonpe.fsf@gmail.com> References: <87r3m4noab.fsf@gmail.com> <87egi4hx6q.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZajPJ-0004Kp-A8 for guix-devel@gnu.org; Sat, 12 Sep 2015 07:55:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZajPE-0004bj-H9 for guix-devel@gnu.org; Sat, 12 Sep 2015 07:55:49 -0400 Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:36554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZajPE-0004bf-8V for guix-devel@gnu.org; Sat, 12 Sep 2015 07:55:44 -0400 Received: by padhk3 with SMTP id hk3so98816790pad.3 for ; Sat, 12 Sep 2015 04:55:43 -0700 (PDT) In-Reply-To: <87egi4hx6q.fsf@openmailbox.org> 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: Mathieu Lirzin Cc: guix-devel@gnu.org Mathieu Lirzin writes: > =E5=AE=8B=E6=96=87=E6=AD=A6 writes: > >> This seem trigger the rebuild of everything, should I push it into >> the current 'core-updates' or wait for a next cycle? > > This doesn't respond to your question, but could I suggest the > reformatting of the 'origin' S-expression? Like recently described > here... :) > > =20 > Sure, I have read the thread, but don't get what the desired format for 'origin' is. Usually, I edit files in Emacs, and use: (package (name "..") (source (origin (method url-fetch) (...))) ...) So, what it should be now? Thanks!