mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: emacs-exwm: Update to 0.24.
* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.24.
This commit is contained in:
parent
5c5bd76f31
commit
2a56b2cf86
1 changed files with 11 additions and 10 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue