gnu: emacs-exwm-x: Update to 1.8.1.

* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.8.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Feng Shu 2018-03-26 06:40:49 +08:00 committed by Marius Bakke
parent 9f2a58a01a
commit 03a34d5412
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -5837,7 +5837,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.7.2") (version "1.8.1")
(synopsis "Derivative window manager based on EXWM") (synopsis "Derivative window manager based on EXWM")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -5847,7 +5847,7 @@ other operations.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1ny13i82fb72917jgl0ndwjg1x6l9f8gfhcx7cwlwhh5saq23mvy")))) "0ali1100aacq4zbvcck80h51pvw204jlxhn4aikkqq4ngbx03kkr"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-exwm" ,emacs-exwm) `(("emacs-exwm" ,emacs-exwm)