guix-patches
[Top][All Lists]
Advanced

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

[bug#27547] gnu: emacs-switch-window: Update to 1.5.1.


From: Feng Shu
Subject: [bug#27547] gnu: emacs-switch-window: Update to 1.5.1.
Date: Sat, 01 Jul 2017 21:48:40 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

>From ad6f49b71e9cb30d32db57e2ab90d4fff98af321 Mon Sep 17 00:00:00 2001
From: Feng Shu <address@hidden>
Date: Sat, 1 Jul 2017 21:44:27 +0800
Subject: [PATCH] gnu: emacs-switch-window: Update to 1.5.1.

* gnu/packages/emacs.scm (emacs-switch-window): Update to 1.5.1.
---
 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 abd114d1a..b8c860b9a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4638,7 +4638,7 @@ built on top of XELB.")
 (define-public emacs-switch-window
   (package
     (name "emacs-switch-window")
-    (version "1.5.0")
+    (version "1.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4647,7 +4647,7 @@ built on top of XELB.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0xyxqrw71krdnj3sdm4x05zw7n40h075s262jih75vmrix95sjlj"))))
+                "07f99apxscwvsp2bjxsbi462c433kcglrjh6xl0gyafs1nvvvnd8"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/dimitri/switch-window";)
     (synopsis "Emacs window switch tool")
-- 
2.12.2

-- 

reply via email to

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