summary refs log tree commit diff
path: root/gnu/packages/emacs-xyz.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2022-01-08 17:19:06 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-01-08 17:19:06 +0100
commitfafa4e6382de7fea15250d066e2a44e23dcbbb54 (patch)
treeb437f9a358847eacd2e7bd197b5c5a692191262a /gnu/packages/emacs-xyz.scm
parent9c0de08e4c8348fa0421a6bc8882814da6f9a998 (diff)
downloadguix-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.scm4
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")