From ac3041e86ca586efaee60f56eff8b355d725a9a2 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Mon, 11 Jan 2021 22:17:26 +0100 Subject: [PATCH] gnu: emacs-goto-chg: Update to 1.7.3-2.2af6121. * gnu/packages/emacs-xyz.scm (emacs-goto-chg): Update to 1.7.3-2.2af6121. [propagated-inputs]: Remove emacs-undo-tree, because it's a soft dependency now. --- gnu/packages/emacs-xyz.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 81ff594754..02b7985ed7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -10032,9 +10032,9 @@ (define-public emacs-evil-goggles (license license:gpl3+)))) (define-public emacs-goto-chg - (let ((commit "1829a13026c597e358f716d2c7793202458120b5") + (let ((commit "2af612153bc9f5bed135d25abe62f46ddaa9027f") (version "1.7.3") - (revision "1")) + (revision "2")) (package (name "emacs-goto-chg") (version (git-version version revision commit)) @@ -10047,10 +10047,8 @@ (define-public emacs-goto-chg (file-name (git-file-name name version)) (sha256 (base32 - "1y603maw9xwdj3qiarmf1bp13461f9f5ackzicsbynl0i9la3qki")))) + "1awmvihqgw6kspx192bcp9xp56xqbma90wlhxfxmidx3bvxghwpv")))) (build-system emacs-build-system) - (propagated-inputs - `(("emacs-undo-tree" ,emacs-undo-tree))) (home-page "https://github.com/emacs-evil/goto-chg") (synopsis "Go to the last change in the Emacs buffer") (description