guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-exwm: Update to 0.25.


From: guix-commits
Subject: 01/02: gnu: emacs-exwm: Update to 0.25.
Date: Tue, 2 Nov 2021 05:34:12 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 54693d1742067d5c7300e90a6fa8a096e1ce0173
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 2 10:30:47 2021 +0100

    gnu: emacs-exwm: Update to 0.25.
    
    * gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.25.
---
 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 543ce63..b2f84c1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14053,7 +14053,7 @@ It should enable you to implement low-level X11 
applications.")
 (define-public emacs-exwm
   (package
     (name "emacs-exwm")
-    (version "0.24")
+    (version "0.25")
     (synopsis "Emacs X window manager")
     (source
      (origin
@@ -14061,7 +14061,7 @@ It should enable you to implement low-level X11 
applications.")
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "exwm-" version ".tar"))
        (sha256
-        (base32 "0lj1a3cmbpf4h6x8k6x8cdm1qb51ca6filydnvi5zcda8zpl060s"))
+        (base32 "0imd4v9ccvpsskmfnycz5fgabsvdjp1msg5v8rc7x0v26r3kr4x7"))
        (patches
         ;; Patch fixing fullscreen view.  Applied upstream as
         ;; edb930005b0ba83051ca8a59b493e9a3c8ef580a.  It can be removed in



reply via email to

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