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:
Nicolas Goaziou 2025-01-26 19:31:51 +01:00
parent c745f3001b
commit 06d5a73004
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")