guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: emacs-exwm: Update to 0.23.


From: guix-commits
Subject: 04/07: gnu: emacs-exwm: Update to 0.23.
Date: Wed, 25 Sep 2019 09:49:54 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4b67b9db7d58ef6596c9b69a3d530bc7100ab038
Author: Divan Santana <address@hidden>
Date:   Mon Sep 23 12:54:56 2019 +0200

    gnu: emacs-exwm: Update to 0.23.
    
    * gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.23.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0fc76a4..84cfc75 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8694,7 +8694,7 @@ It should enable you to implement low-level X11 
applications.")
 (define-public emacs-exwm
   (package
     (name "emacs-exwm")
-    (version "0.22")
+    (version "0.23")
     (synopsis "Emacs X window manager")
     (source (origin
               (method url-fetch)
@@ -8702,7 +8702,7 @@ It should enable you to implement low-level X11 
applications.")
                                   version ".tar"))
               (sha256
                (base32
-                "0lppm8ng37i5s4x7xdrxhjbdcnpl6pyvn4g7w52zbckjsn8qnqh0"))))
+                "05w1v3wrp1lzz20zd9lcvr5nhk809kgy6svvkbs15xhnr6x55ad5"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-xelb" ,emacs-xelb)))



reply via email to

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