guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: emacs-exwm: Update to 0.18.


From: Marius Bakke
Subject: 03/04: gnu: emacs-exwm: Update to 0.18.
Date: Mon, 26 Mar 2018 14:12:41 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9f2a58a01a13de5075c1a4354c50fa6836ecd28c
Author: Feng Shu <address@hidden>
Date:   Sun Mar 25 20:11:53 2018 +0800

    gnu: emacs-exwm: Update to 0.18.
    
    * gnu/packages/emacs.scm (emacs-exwm): Update to 0.18.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 11a4f8b..356b678 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5746,7 +5746,7 @@ It should enable you to implement low-level X11 
applications.")
 (define-public emacs-exwm
   (package
     (name "emacs-exwm")
-    (version "0.16")
+    (version "0.18")
     (synopsis "Emacs X window manager")
     (source (origin
               (method url-fetch)
@@ -5754,7 +5754,7 @@ It should enable you to implement low-level X11 
applications.")
                                   version ".tar"))
               (sha256
                (base32
-                "0c4w5k9lzqj8yzhdqipdb4fs7ld2qklc6s137104jnfdvmrwcv2i"))))
+                "1shz5bf4v4gg3arjaaldics5qkg3aiiaf3ngys8lb6qyxhcpvh6q"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-xelb" ,emacs-xelb)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]