mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: emacs-shell-switcher: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-shell-switcher): Update to 1.1.0. Change-Id: If091c5f08f8aa92fd402730be30124a27e7553cd
This commit is contained in:
parent
c745f3001b
commit
06d5a73004
1 changed files with 2 additions and 2 deletions
|
@ -9276,7 +9276,7 @@ (define-public emacs-shell-maker
|
|||
(define-public emacs-shell-switcher
|
||||
(package
|
||||
(name "emacs-shell-switcher")
|
||||
(version "1.0.1")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -9285,7 +9285,7 @@ (define-public emacs-shell-switcher
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ia7sdip4hl27avckv3qpqgm3k4ynvp3xxq1cy53bqfzzx0gcria"))))
|
||||
(base32 "0py95c6i7bffidwkwld1j1h2isyq7psna2kz81jigzz0wi885pjr"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/DamienCassou/shell-switcher")
|
||||
(synopsis "Provide fast switching between shell buffers")
|
||||
|
|
Loading…
Reference in a new issue