~ruther/guix-local

02c4c028fb4539fb9f663ad4559c833941c807d0 — Nicolas Goaziou 4 months ago 8570b51
gnu: emacs-shell-maker: Update to 0.83.1.

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

Change-Id: I4606891f94813a9166e6db129a05ef7fd16f13fa
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
@@ 10313,7 10313,7 @@ the speedbar window.")
(define-public emacs-shell-maker
  (package
    (name "emacs-shell-maker")
    (version "0.82.2")
    (version "0.83.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 10322,7 10322,7 @@ the speedbar window.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1v65gbrw2kczj952j2xx1fvq7sfnxgm6xgdgmz82ydgj3sbrfg44"))))
                "10was1mbgwrpvqpm0kj6b5q5gcbj9l03an5nnd7z6vz902wcb2rm"))))
    (build-system emacs-build-system)
    (arguments (list #:tests? #f))      ;no tests
    (home-page "https://github.com/xenodium/shell-maker")