gnu: emacs-shell-maker: Update to 0.76.2.

* gnu/packages/emacs-xyz.scm (emacs-shell-maker): Update to 0.76.2.

Change-Id: Ifa203b6f59238198fd9279acd6229a23fb9ea8ce
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:31:51 +01:00
parent f5d28f9db9
commit c745f3001b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9257,7 +9257,7 @@ the speedbar window.")
(define-public emacs-shell-maker
(package
(name "emacs-shell-maker")
(version "0.74.1")
(version "0.76.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -9266,7 +9266,7 @@ the speedbar window.")
(file-name (git-file-name name version))
(sha256
(base32
"06prky3c8hfvbnb705qa436vznq05zjicdz870l7m2760h6803iz"))))
"0df0mxaz2g4fzdlhxygifmsjnxw7n8v1ghz1pnlhad0anpwdsdv9"))))
(build-system emacs-build-system)
(home-page "https://github.com/xenodium/shell-maker")
(synopsis "Create Emacs shells")