gnu: emacs-exwm-x: Update to 1.6.2.
* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.6.2.
This commit is contained in:
parent
adaebe80fb
commit
e208bf789c
|
@ -4687,7 +4687,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.1")
|
(version "1.6.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)
|
||||||
|
@ -4697,7 +4697,7 @@ other operations.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06w6mp25prrlbr7p23rmnm4agdvjydw4c9dy32kzasgy0gplzbn7"))))
|
"0rki0vh01m0ywnz25r92f444x038l5cy9vwmpdqw9j92yl29hays"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-exwm" ,emacs-exwm)
|
`(("emacs-exwm" ,emacs-exwm)
|
||||||
|
|
Loading…
Reference in New Issue