guix-commits
[Top][All Lists]
Advanced

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

15/63: gnu: emacs-exwm-x: Update to 2.0.2.


From: guix-commits
Subject: 15/63: gnu: emacs-exwm-x: Update to 2.0.2.
Date: Sat, 29 May 2021 10:17:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit da71f7466b7686953a083121b472ba2bce4f760d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 15:31:14 2021 +0200

    gnu: emacs-exwm-x: Update to 2.0.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-exwm-x): Update to 2.0.2.
---
 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 79b3ea9..1ab3152 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13238,7 +13238,7 @@ other operations.")
 (define-public emacs-exwm-x
   (package
     (name "emacs-exwm-x")
-    (version "1.9.0")
+    (version "2.0.2")
     (synopsis "Derivative window manager based on EXWM")
     (source
      (origin
@@ -13249,7 +13249,7 @@ other operations.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "03l3dl7s1qys1kkh40rm1sfx7axy1b8sf5f6nyksj9ps6d30p5i4"))))
+         "0h248mma7kky30jr9bbhmp95wchl2cx5p6kh0gxmzpbc247dn2cc"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-counsel" ,emacs-counsel)



reply via email to

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