gnu: emacs-switch-window: Update to 1.5.1.

* gnu/packages/emacs.scm (emacs-switch-window): Update to 1.5.1.
This commit is contained in:
Feng Shu 2017-07-01 21:44:27 +08:00 committed by Jan Nieuwenhuizen
parent ce7e361fa3
commit adaebe80fb
No known key found for this signature in database
GPG Key ID: A12F87978D701B99
1 changed files with 2 additions and 2 deletions

View File

@ -4666,7 +4666,7 @@ built on top of XELB.")
(define-public emacs-switch-window (define-public emacs-switch-window
(package (package
(name "emacs-switch-window") (name "emacs-switch-window")
(version "1.5.0") (version "1.5.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -4675,7 +4675,7 @@ built on top of XELB.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0xyxqrw71krdnj3sdm4x05zw7n40h075s262jih75vmrix95sjlj")))) "07f99apxscwvsp2bjxsbi462c433kcglrjh6xl0gyafs1nvvvnd8"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/dimitri/switch-window") (home-page "https://github.com/dimitri/switch-window")
(synopsis "Emacs window switch tool") (synopsis "Emacs window switch tool")