guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/11: gnu: emacs-exwm: Update to 0.28.


From: guix-commits
Subject: 06/11: gnu: emacs-exwm: Update to 0.28.
Date: Wed, 25 Oct 2023 06:01:43 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 6fa7ed041147c7871900a6faa9cfda6910e548bf
Author: Cayetano Santos <csantosb@inventati.org>
AuthorDate: Tue Oct 17 12:25:30 2023 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]