From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 28 21:45:45 2020 Received: (at 43096) by debbugs.gnu.org; 29 Aug 2020 01:45:45 +0000 Received: from localhost ([127.0.0.1]:47711 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBpw8-0000rG-Rd for submit@debbugs.gnu.org; Fri, 28 Aug 2020 21:45:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60498) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBpw5-0000r3-Sf for 43096@debbugs.gnu.org; Fri, 28 Aug 2020 21:45:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43899) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBpw0-0003cS-JO; Fri, 28 Aug 2020 21:45:36 -0400 Received: from [2605:6000:1a0d:48fb::11d] (port=52776 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kBpvz-00018c-R7; Fri, 28 Aug 2020 21:45:36 -0400 From: Brett Gilio To: Michael Rohleder Subject: Re: [bug#43096] [PATCH] gnu: emacs-erc-status-sidebar: Update to 0.1-2.b589b742. References: <20200829011157.3382-1-mike@rohleder.de> Date: Fri, 28 Aug 2020 20:45:56 -0500 In-Reply-To: <20200829011157.3382-1-mike@rohleder.de> (Michael Rohleder's message of "Sat, 29 Aug 2020 03:11:57 +0200") Message-ID: <87h7sm6x7v.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43096 Cc: 43096@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Michael Rohleder writes: > * gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar): Update to 0.1-2.b589b742. > [propagated-inputs]: removed emacs-seq. > [license]: changed to gpl3+. > --- > emacs-seq seems to make lots of trouble in emacs27 (max-lisp-eval-depth). > I think, we should remove that dep everywhere (it's provided by emacs) and > mark it as deprecated or also remove it. > > gnu/packages/emacs-xyz.scm | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm > index 0755926ffe..7a6eb2e878 100644 > --- a/gnu/packages/emacs-xyz.scm > +++ b/gnu/packages/emacs-xyz.scm > @@ -3486,8 +3486,8 @@ IRC bouncer with ERC.") > (license license:expat))) > > (define-public emacs-erc-status-sidebar > - (let ((commit "ea4189a1dbfe60117359c36e681ad7c389e2968c") > - (revision "1")) > + (let ((commit "b589b74245591257c9e666bd5cd25812e04b7a34") > + (revision "2")) > (package > (name "emacs-erc-status-sidebar") > (version (git-version "0.1" revision commit)) > @@ -3499,9 +3499,8 @@ IRC bouncer with ERC.") > (commit commit))) > (file-name (git-file-name name version)) > (sha256 > - (base32 "1hwlhzgx03z8891sblz56zdp8zj0izh72kxykgcnz5rrkyc3vfi3")))) > + (base32 "08fvr5ba6gb3y52sypbdj236nxr5rl95zgz1b120scz6xal7mysy")))) > (build-system emacs-build-system) > - (propagated-inputs `(("emacs-seq" ,emacs-seq))) > (home-page "https://github.com/drewbarbs/erc-status-sidebar") > (synopsis "Hexchat-like activity overview for ERC channels") > (description > @@ -3509,7 +3508,7 @@ IRC bouncer with ERC.") > ERC, an Emacs client for IRC (Internet Relay Chat). It relies on the > @code{erc-track} module, and displays all the same information > @code{erc-track} does in the mode line, but in an alternative format.") > - (license license:expat)))) > + (license license:gpl3+)))) > > (define-public emacs-shut-up > (package I might be mistaken, but I think the license change belongs in a separate patch. Brett Gilio