From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41109) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibtLW-0003H2-G8 for guix-patches@gnu.org; Mon, 02 Dec 2019 16:35:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibtLU-0005og-8z for guix-patches@gnu.org; Mon, 02 Dec 2019 16:35:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:33087) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ibtLS-0005nY-9t for guix-patches@gnu.org; Mon, 02 Dec 2019 16:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ibtLS-00018g-7B for guix-patches@gnu.org; Mon, 02 Dec 2019 16:35:02 -0500 Subject: [bug#38463] [PATCH 2/2] gnu: emacs-telega: Update to 0.4.4-2 References: <87r21mh0pt.fsf@posteo.net> In-Reply-To: <87r21mh0pt.fsf@posteo.net> Resent-Message-ID: From: Brett Gilio Date: Mon, 02 Dec 2019 15:35:02 -0600 Message-ID: <87immyh0mx.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: 38463@debbugs.gnu.org --=-=-= Content-Type: text/plain -- Brett M. Gilio https://git.sr.ht/~brettgilio/ --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0002-gnu-emacs-telega-Update-to-0.4.4-2.patch Content-Description: [PATCH 2/2] gnu: emacs-telega: Update to 0.4.4-2 >From 04e417466dcd7e1a39ce69d04b9afc60c41bd603 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Mon, 2 Dec 2019 15:28:39 -0600 Subject: [PATCH 2/2] gnu: emacs-telega: Update to 0.4.4-2 * gnu/packages/emacs-xyz.scm (emacs-telega): Bump the package to use a newer git revision, which includes additional client features. --- gnu/packages/emacs-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ad78209ebb..4fa5cafd8d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -19956,8 +19956,8 @@ fish-completion. It can be used in both Eshell and M-x shell.") (license license:gpl3+)))) (define-public emacs-telega - (let ((commit "019e923f933370d75dbe0a8473a18eb66fe94c0e") - (revision "1") + (let ((commit "56aef884921d99e5170d5425dbe0fce645620511") + (revision "2") (version "0.4.4")) (package (name "emacs-telega") @@ -19970,7 +19970,7 @@ fish-completion. It can be used in both Eshell and M-x shell.") (commit commit))) (sha256 (base32 - "058814agkq8mp9ajpj8sz51rm9nigs2xpsdij05wjkxhfq30kqva")) + "0a8k3j20nz4xwswg9qp9xpaakk3q3ibiz8mkryk92zmrdmaah5mi")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments -- 2.24.0 --=-=-=--