gnu: emacs-exwm: Update to 0.23.

* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.23.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Divan Santana 2019-09-23 12:54:56 +02:00 committed by Ludovic Courtès
parent 012c93e916
commit 4b67b9db7d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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)))