diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-08 17:19:06 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-08 17:19:06 +0100 |
commit | fafa4e6382de7fea15250d066e2a44e23dcbbb54 (patch) | |
tree | b437f9a358847eacd2e7bd197b5c5a692191262a /gnu/packages/emacs-xyz.scm | |
parent | 9c0de08e4c8348fa0421a6bc8882814da6f9a998 (diff) | |
download | guix-fafa4e6382de7fea15250d066e2a44e23dcbbb54.tar.gz |
gnu: emacs-goto-chg: Update to 1.7.5.
* gnu/packages/emacs-xyz.scm (emacs-goto-chg): Update to 1.7.5.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9e18ac6d62..f87225d006 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11602,7 +11602,7 @@ being deleted, changed, yanked, or pasted when using evil commands") (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 @@ being deleted, changed, yanked, or pasted when using evil commands") (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") |