gnu: emacs-exwm: Update to 0.24.

* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.24.
This commit is contained in:
Nicolas Goaziou 2020-06-06 15:29:02 +02:00
parent 5c5bd76f31
commit 2a56b2cf86
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10448,15 +10448,15 @@ (define-public emacs-xelb
(define-public emacs-exwm (define-public emacs-exwm
(package (package
(name "emacs-exwm") (name "emacs-exwm")
(version "0.23") (version "0.24")
(synopsis "Emacs X window manager") (synopsis "Emacs X window manager")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "https://elpa.gnu.org/packages/exwm-" (method url-fetch)
version ".tar")) (uri (string-append "https://elpa.gnu.org/packages/"
(sha256 "exwm-" version ".tar"))
(base32 (sha256
"05w1v3wrp1lzz20zd9lcvr5nhk809kgy6svvkbs15xhnr6x55ad5")))) (base32 "0lj1a3cmbpf4h6x8k6x8cdm1qb51ca6filydnvi5zcda8zpl060s"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-xelb" ,emacs-xelb))) `(("emacs-xelb" ,emacs-xelb)))
@ -10508,8 +10508,9 @@ (define-public emacs-exwm
(chmod exwm-executable #o555) (chmod exwm-executable #o555)
#t)))))) #t))))))
(home-page "https://github.com/ch11ng/exwm") (home-page "https://github.com/ch11ng/exwm")
(description "EXWM is a full-featured tiling X window manager for Emacs (description
built on top of XELB.") "EXWM is a full-featured tiling X window manager for Emacs built on top
of XELB.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-switch-window (define-public emacs-switch-window