From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnunet.scm -> various changes (description update, adds gnunet-svn, gnunet-gtk-svn, gnurl) Date: Sun, 13 Mar 2016 22:47:09 +0100 Message-ID: <8737ruvyn6.fsf@gnu.org> References: <874mcd2cl2.fsf@grrlz.net> 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]:59721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afDr2-0000DR-FE for guix-devel@gnu.org; Sun, 13 Mar 2016 17:47:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afDqy-0008F0-BF for guix-devel@gnu.org; Sun, 13 Mar 2016 17:47:16 -0400 In-Reply-To: <874mcd2cl2.fsf@grrlz.net> (Nils Gillmann's message of "Fri, 11 Mar 2016 17:39:37 +0100") 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: Nils Gillmann Cc: guix-devel@gnu.org Nils Gillmann skribis: > +gnunet-0.10.1 is the last stable release candidate, however for > +development purposes and keeping up with latest changes, the SVN version > +might be preferable until a new version is released.") [...] > +;; We provide SVN in addition to the older 0.10.1 version, > +;; protocol and API compatibility will be broken when GNUnet bug #4165 > +;; is fixed. > +(define-public gnunet-svn > + (package > + (name "gnunet-svn") > + (version "0.10.1.svn36926") We avoid packaging unreleased software. Could you instead lobby for a new GNUnet release? :-) I think it=E2=80=99s long overdue, especially giv= en API changes and networking incompatibilities. Thanks, Ludo=E2=80=99.