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:
Feng Shu 2017-07-01 22:55:06 +08:00 committed by Jan Nieuwenhuizen
parent adaebe80fb
commit e208bf789c
No known key found for this signature in database
GPG Key ID: A12F87978D701B99
1 changed files with 2 additions and 2 deletions

View File

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