From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwZb8-00084M-KB for guix-patches@gnu.org; Fri, 07 Apr 2017 15:31:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwZb4-0001SW-Fm for guix-patches@gnu.org; Fri, 07 Apr 2017 15:31:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38593) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwZb4-0001S7-C3 for guix-patches@gnu.org; Fri, 07 Apr 2017 15:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cwZb4-0007SC-73 for guix-patches@gnu.org; Fri, 07 Apr 2017 15:31: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> <8737dv5f1l.fsf@gnu.org> <87inmgxh5t.fsf@gmail.com> Date: Fri, 07 Apr 2017 21:29:52 +0200 In-Reply-To: <87inmgxh5t.fsf@gmail.com> (Alex Kost's message of "Fri, 07 Apr 2017 20:26:54 +0300") Message-ID: <87k26wvwwf.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: Alex Kost Cc: Vasile Dumitrascu , 26284-done@debbugs.gnu.org Alex Kost skribis: > Ludovic Court=C3=A8s (2017-03-30 10:45 +0200) wrote: > >> 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 githu= b. >>> --- >>> 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? > > Yes, that's it, as Vasile answered. I think this downgrade is not a > problem since there were only 2 commits between these 2 versions (and > one of them is "Add .gitignore"). All in all, we'll have the same > version as MELPA-stable has, and the upstream can always be asked to add > a new tag. So I committed this patch, I hope you don't mind :-) Perfect, thank you! (And sorry for dropping the ball.) Ludo=E2=80=99.