From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ctViY-00038k-DY for guix-patches@gnu.org; Thu, 30 Mar 2017 04:46:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ctViU-0003zl-PN for guix-patches@gnu.org; Thu, 30 Mar 2017 04:46:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53691) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ctViU-0003zh-HR for guix-patches@gnu.org; Thu, 30 Mar 2017 04:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ctViU-0000eu-BT for guix-patches@gnu.org; Thu, 30 Mar 2017 04:46:02 -0400 Subject: bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170328195002.17120-1-va511e@yahoo.com> Date: Thu, 30 Mar 2017 10:45:10 +0200 In-Reply-To: <20170328195002.17120-1-va511e@yahoo.com> (Vasile Dumitrascu's message of "Tue, 28 Mar 2017 21:50:02 +0200") Message-ID: <8737dv5f1l.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Vasile Dumitrascu Cc: 26284@debbugs.gnu.org Hi Vasile, Vasile Dumitrascu skribis: > * gnu/packagages/emacs.scm (emacs-symon): Update to 20160630. > [source]: Use github instead of melpa. > > Version changed as previous version from melpa did not exist on github. > --- > gnu/packages/emacs.scm | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 4fe2ffa4d..d585f244a 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -1486,17 +1486,18 @@ strings.") > (define-public emacs-symon > (package > (name "emacs-symon") > - (version "20170224.33") > + (version "20160630") This looks like a downgrade, is it intended? :-) Is it that there was no =E2=80=9Cv20170224.33=E2=80=9D tag on GitHub? Thanks, Ludo=E2=80=99.