aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2023-10-17 12:25:30 +0200
committerMathieu Othacehe <othacehe@gnu.org>2023-10-25 11:59:58 +0200
commit6fa7ed041147c7871900a6faa9cfda6910e548bf (patch)
tree54f6ea174973bdcb3f295e35212b54f9108f6434 /gnu
parent1e5ec9d853b89f6a142a4128e9fff6e2d48213d5 (diff)
downloadguix-6fa7ed041147c7871900a6faa9cfda6910e548bf.tar.gz
guix-6fa7ed041147c7871900a6faa9cfda6910e548bf.zip
gnu: emacs-exwm: Update to 0.28.
* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.28. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index aa77f0bdaa..2373fd9aad 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18906,7 +18906,7 @@ It should enable you to implement low-level X11 applications.")
(define-public emacs-exwm
(package
(name "emacs-exwm")
- (version "0.27")
+ (version "0.28")
(synopsis "Emacs X window manager")
(source
(origin
@@ -18914,7 +18914,7 @@ It should enable you to implement low-level X11 applications.")
(uri (string-append "https://elpa.gnu.org/packages/"
"exwm-" version ".tar"))
(sha256
- (base32 "094k33clmxhnab0wniyrs48sdz28kna2g6fmkhsd7n20nmhhc4sn"))))
+ (base32 "00h5awqazk807zxvb02a9dp8gd5ifi3y1kcwmr1czk6kdmkjx32l"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-xelb))