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

* gnu/packages/emacs-xyz.scm (emacs-goto-chg): Update to 1.7.5.
This commit is contained in:
Nicolas Goaziou 2022-01-08 17:19:06 +01:00
parent 9c0de08e4c
commit fafa4e6382
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11602,7 +11602,7 @@ (define-public emacs-evil-goggles
(define-public emacs-goto-chg
(package
(name "emacs-goto-chg")
(version "1.7.4")
(version "1.7.5")
(source
(origin
(method git-fetch)
@ -11612,7 +11612,7 @@ (define-public emacs-goto-chg
(file-name (git-file-name name version))
(sha256
(base32
"0d677rzdh2n0a93s09bgf6icly7m7vgiacyfpahyj2rfhbn4yrxs"))))
"0rgdzhan4n5bd78wvivacqkp0g7jvnwzgh0571p2m4yra09a36mv"))))
(build-system emacs-build-system)
(home-page "https://github.com/emacs-evil/goto-chg")
(synopsis "Go to the last change in the Emacs buffer")