gnu: emacs-goto-chg: Update to 1.7.4.

* gnu/packages/emacs-xyz.scm (emacs-goto-chg): Update to 1.7.4.
This commit is contained in:
Nicolas Goaziou 2022-01-04 19:47:15 +01:00
parent b9c5dff57f
commit 4c812db049
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

@ -11579,31 +11579,28 @@ being deleted, changed, yanked, or pasted when using evil commands")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-goto-chg (define-public emacs-goto-chg
(let ((commit "2af612153bc9f5bed135d25abe62f46ddaa9027f") (package
(version "1.7.3") (name "emacs-goto-chg")
(revision "2")) (version "1.7.4")
(package (source
(name "emacs-goto-chg") (origin
(version (git-version version revision commit)) (method git-fetch)
(source (uri (git-reference
(origin (url "https://github.com/emacs-evil/goto-chg")
(method git-fetch) (commit version)))
(uri (git-reference (file-name (git-file-name name version))
(url "https://github.com/emacs-evil/goto-chg") (sha256
(commit commit))) (base32
(file-name (git-file-name name version)) "0d677rzdh2n0a93s09bgf6icly7m7vgiacyfpahyj2rfhbn4yrxs"))))
(sha256 (build-system emacs-build-system)
(base32 (home-page "https://github.com/emacs-evil/goto-chg")
"1awmvihqgw6kspx192bcp9xp56xqbma90wlhxfxmidx3bvxghwpv")))) (synopsis "Go to the last change in the Emacs buffer")
(build-system emacs-build-system) (description
(home-page "https://github.com/emacs-evil/goto-chg") "This package provides @code{M-x goto-last-change} command that goes to
(synopsis "Go to the last change in the Emacs buffer")
(description
"This package provides @code{M-x goto-last-change} command that goes to
the point of the most recent edit in the current Emacs buffer. When repeated, the point of the most recent edit in the current Emacs buffer. When repeated,
go to the second most recent edit, etc. Negative argument, @kbd{C-u -}, is go to the second most recent edit, etc. Negative argument, @kbd{C-u -}, is
used for reverse direction.") used for reverse direction.")
(license license:gpl2+)))) (license license:gpl2+)))
(define-public emacs-janpath-evil-numbers (define-public emacs-janpath-evil-numbers
(let ((commit "d988041c1fe6e941dc8d591390750b237f71f524") (let ((commit "d988041c1fe6e941dc8d591390750b237f71f524")