guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-exwm: Update to 0.21.


From: guix-commits
Subject: 01/01: gnu: emacs-exwm: Update to 0.21.
Date: Fri, 7 Dec 2018 08:09:12 -0500 (EST)

arunisaac pushed a commit to branch master
in repository guix.

commit 814652b41f0da9e84f9f526e2a2e2c5ebfd66970
Author: Diego Nicola Barbato <address@hidden>
Date:   Fri Dec 7 11:47:28 2018 +0100

    gnu: emacs-exwm: Update to 0.21.
    
    * gnu/packages/emacs.scm (emacs-exwm): Update to 0.21.
    
    Signed-off-by: Arun Isaac <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 5070541..d8a9ffe 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6787,7 +6787,7 @@ It should enable you to implement low-level X11 
applications.")
 (define-public emacs-exwm
   (package
     (name "emacs-exwm")
-    (version "0.20")
+    (version "0.21")
     (synopsis "Emacs X window manager")
     (source (origin
               (method url-fetch)
@@ -6795,7 +6795,7 @@ It should enable you to implement low-level X11 
applications.")
                                   version ".tar"))
               (sha256
                (base32
-                "0nhhzbkm0mkj7sd1dy2c19cmn56gyaj9nl8kgy86h4fp63hjaz04"))))
+                "07ng1pgsnc3isfsyzh2gfc7391p9il8lb5xqf1z6yqn20w7k6xzj"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-xelb" ,emacs-xelb)))



reply via email to

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