[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: emacs-exwm: Update to 0.22.
From: |
guix-commits |
Subject: |
01/01: gnu: emacs-exwm: Update to 0.22. |
Date: |
Sun, 17 Feb 2019 06:04:26 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 451a5ae9ba124834e5397593b606ea548cfe5f88
Author: Brett Gilio <address@hidden>
Date: Sun Feb 17 00:55:45 2019 -0600
gnu: emacs-exwm: Update to 0.22.
* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.22.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9325625..bd3c51b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6587,7 +6587,7 @@ It should enable you to implement low-level X11
applications.")
(define-public emacs-exwm
(package
(name "emacs-exwm")
- (version "0.21")
+ (version "0.22")
(synopsis "Emacs X window manager")
(source (origin
(method url-fetch)
@@ -6595,7 +6595,7 @@ It should enable you to implement low-level X11
applications.")
version ".tar"))
(sha256
(base32
- "07ng1pgsnc3isfsyzh2gfc7391p9il8lb5xqf1z6yqn20w7k6xzj"))))
+ "0lppm8ng37i5s4x7xdrxhjbdcnpl6pyvn4g7w52zbckjsn8qnqh0"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-xelb" ,emacs-xelb)))