gnu: emacs-exwm-x: Update to 1.7.2.
* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.7.2. [propagated-inputs]: Add emacs-use-package. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
a5fa1a1a54
commit
2a9a220763
|
@ -4688,7 +4688,7 @@ other operations.")
|
||||||
(define-public emacs-exwm-x
|
(define-public emacs-exwm-x
|
||||||
(package
|
(package
|
||||||
(name "emacs-exwm-x")
|
(name "emacs-exwm-x")
|
||||||
(version "1.6.2")
|
(version "1.7.2")
|
||||||
(synopsis "Derivative window manager based on EXWM")
|
(synopsis "Derivative window manager based on EXWM")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4698,12 +4698,13 @@ other operations.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rki0vh01m0ywnz25r92f444x038l5cy9vwmpdqw9j92yl29hays"))))
|
"1ny13i82fb72917jgl0ndwjg1x6l9f8gfhcx7cwlwhh5saq23mvy"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-exwm" ,emacs-exwm)
|
`(("emacs-exwm" ,emacs-exwm)
|
||||||
("emacs-switch-window" ,emacs-switch-window)
|
("emacs-switch-window" ,emacs-switch-window)
|
||||||
("emacs-ivy" ,emacs-ivy)))
|
("emacs-ivy" ,emacs-ivy)
|
||||||
|
("emacs-use-package" ,emacs-use-package)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("xhost" ,xhost)
|
`(("xhost" ,xhost)
|
||||||
("dbus" ,dbus)))
|
("dbus" ,dbus)))
|
||||||
|
|
Loading…
Reference in New Issue