[bug#33752,1/4] gnu: emacs-exwm-x: Update to 1.9.0.

Message ID 87ftuz3a12.fsf@163.com
State Accepted
Headers show
Series [bug#33752,1/4] gnu: emacs-exwm-x: Update to 1.9.0. | expand

Checks

Context Check Description
cbaines/applying patch success Successfully applied

Commit Message

Feng Shu Dec. 15, 2018, 12:31 a.m. UTC
--

Comments

Arun Isaac Dec. 15, 2018, 6:30 a.m. UTC | #1
Pushed to master with a few minor modifications to the synopsis and
description of emacs-posframe. I have also switched the source URLs to
git-fetch. We no longer use GitHub autogenerated source tarballs since
they are not stable and cause hash mismatch errors.

Patch

From 856a08796d2c199b500a35b37e7f184c91192599 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@163.com>
Date: Sat, 15 Dec 2018 08:29:34 +0800
Subject: [PATCH 4/4] gnu: emacs-switch-window: Update to 1.6.2.

* gnu/packages/emacs.scm (emacs-switch-window): Update to 1.6.2.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index b687bf127..59f41cbe2 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6884,7 +6884,7 @@  built on top of XELB.")
 (define-public emacs-switch-window
   (package
     (name "emacs-switch-window")
-    (version "1.5.1")
+    (version "1.6.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -6893,7 +6893,7 @@  built on top of XELB.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "07f99apxscwvsp2bjxsbi462c433kcglrjh6xl0gyafs1nvvvnd8"))))
+                "1vbccqvivhx53x89wrz2ja04jxphpxizb49mn753iplygd2arhrv"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/dimitri/switch-window")
     (synopsis "Emacs window switch tool")
-- 
2.20.0