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

* gnu/packages/emacs.scm (emacs-switch-window): Update to 1.6.2.
[source]: Use git-fetch.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
Feng Shu 2018-12-15 08:29:34 +08:00 committed by Arun Isaac
parent 1827e8db93
commit da19696ec6
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -6882,16 +6882,17 @@ (define-public emacs-exwm
(define-public emacs-switch-window (define-public emacs-switch-window
(package (package
(name "emacs-switch-window") (name "emacs-switch-window")
(version "1.5.1") (version "1.6.2")
(source (origin (source
(method url-fetch) (origin
(uri (string-append (method git-fetch)
"https://github.com/dimitri/switch-window/archive/v" (uri (git-reference
version ".tar.gz")) (url "https://github.com/dimitri/switch-window")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"07f99apxscwvsp2bjxsbi462c433kcglrjh6xl0gyafs1nvvvnd8")))) "0rci96asgamr6qp6nkyr5vwrnslswjxcjd96yccy4aivh0g66yfg"))))
(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")