From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dRJod-00030W-LE for guix-patches@gnu.org; Sat, 01 Jul 2017 10:56:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dRJoY-0000IP-PJ for guix-patches@gnu.org; Sat, 01 Jul 2017 10:56:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45146) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dRJoY-0000IE-Dx for guix-patches@gnu.org; Sat, 01 Jul 2017 10:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dRJoY-0008Bg-7Q for guix-patches@gnu.org; Sat, 01 Jul 2017 10:56:02 -0400 Subject: [bug#27543] gnu: emacs-exwm-x: Update to 1.6.2. References: <87podkg0y6.fsf@163.com> In-Reply-To: <87podkg0y6.fsf@163.com> Resent-Message-ID: From: "Feng Shu" Date: Sat, 01 Jul 2017 22:55:06 +0800 Message-ID: <87r2y0jjg5.fsf@163.com> 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: 27543@debbugs.gnu.org --=-=-= Content-Type: text/plain I have updated the exwm-x to v1.6.2, make it work well with "emacs -q" --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-emacs-exwm-x-Update-to-1.6.2.patch >From 88418100e39399d0f38ecb87b47d61da3e7d24f5 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sat, 1 Jul 2017 13:48:29 +0800 Subject: [PATCH] gnu: emacs-exwm-x: Update to 1.6.2. * gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.6.2. --- gnu/packages/emacs.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index abd114d1a..e10281613 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4659,7 +4659,7 @@ other operations.") (define-public emacs-exwm-x (package (name "emacs-exwm-x") - (version "1.1") + (version "1.6.2") (synopsis "Derivative window manager based on EXWM") (source (origin (method url-fetch) @@ -4669,7 +4669,7 @@ other operations.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "06w6mp25prrlbr7p23rmnm4agdvjydw4c9dy32kzasgy0gplzbn7")))) + "0rki0vh01m0ywnz25r92f444x038l5cy9vwmpdqw9j92yl29hays")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-exwm" ,emacs-exwm) -- 2.12.2 --=-=-= Content-Type: text/plain -- --=-=-=--