~ruther/guix-local

06d5a73004396c7f3d4abfd5fc3b6af866ed806e — Nicolas Goaziou 1 year, 2 months ago c745f30
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
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 9276,7 9276,7 @@ the speedbar window.")
(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 @@ the speedbar window.")
             (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")