mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
1827e8db93
commit
da19696ec6
1 changed files with 11 additions and 10 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue