guix-commits
[Top][All Lists]
Advanced

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

43/46: gnu: emacs-exwm: Update to 0.32.


From: guix-commits
Subject: 43/46: gnu: emacs-exwm: Update to 0.32.
Date: Sat, 12 Oct 2024 07:42:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5b842cf927555c4a7a41f8c8c29fecae0fc42dcc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Oct 12 12:29:44 2024 +0200

    gnu: emacs-exwm: Update to 0.32.
    
    * gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.32.
    
    Change-Id: I5e354182764e575b7477076e009b6bda7816eab3
---
 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 0828e266df..15cde03947 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20394,7 +20394,7 @@ It should enable you to implement low-level X11 
applications.")
 (define-public emacs-exwm
   (package
     (name "emacs-exwm")
-    (version "0.31")
+    (version "0.32")
     (synopsis "Emacs X window manager")
     (source
      (origin
@@ -20402,7 +20402,7 @@ It should enable you to implement low-level X11 
applications.")
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "exwm-" version ".tar"))
        (sha256
-        (base32 "1i1k8w641n2fd6xifl92pvvq0s0b820lq76d1cyc7iyaqs44w9qq"))))
+        (base32 "0k3c7grgkkpgd0r8b9vsqa5ywhb4vwxr3wfjyfxw8xy0yq7y0jvn"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-xelb))



reply via email to

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